commit | 95882f08aa129fce734f5307c90603e47e572816 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 22 01:21:10 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 10:36:24 2015 -0600 |
tree | 042b2203ed6fcf8a234cb1199adf66bfa17e7599 | |
parent | a2def7e11870f1cbc65eb8b2d3f455f43f68d4b1 [diff] |
x86: mpspec: Move writing ISA interrupt entry after PCI On some platforms the I/O APIC interrupt pin#0-15 may be connected to platform pci devices' interrupt pin. In such cases the legacy ISA IRQ is not available so we should not write ISA interrupt entry if it is already occupied. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>