projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b2961
)
x86: use not_pci bitmap #3
author
Alexey Starikovskiy
<astarikovskiy@suse.de>
Thu, 20 Mar 2008 11:54:30 +0000
(14:54 +0300)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:40:59 +0000
(17:40 +0200)
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/io_apic_32.c
b/arch/x86/kernel/io_apic_32.c
index f7f3f3144fda0d5faba3a760fa6c70341d45d2b5..efe8322edfba252c89094064793f561469a38d0c 100644
(file)
--- a/
arch/x86/kernel/io_apic_32.c
+++ b/
arch/x86/kernel/io_apic_32.c
@@
-866,7
+866,7
@@
int IO_APIC_get_PCI_irq_vector(int bus, int slot, int pin)
mp_irqs[i].mpc_dstapic == MP_APIC_ALL)
break;
- if (
(mp_bus_id_to_type[lbus] == MP_BUS_PCI
) &&
+ if (
!test_bit(lbus, mp_bus_not_pci
) &&
!mp_irqs[i].mpc_irqtype &&
(bus == lbus) &&
(slot == ((mp_irqs[i].mpc_srcbusirq >> 2) & 0x1f))) {