diff options
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
| -rw-r--r-- | arch/x86/kernel/apic/io_apic.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c index 697dc34b7b87..ca9e2a3545a9 100644 --- a/arch/x86/kernel/apic/io_apic.c +++ b/arch/x86/kernel/apic/io_apic.c @@ -4002,6 +4002,9 @@ int mp_find_ioapic(u32 gsi)  {  	int i = 0; +	if (nr_ioapics == 0) +		return -1; +  	/* Find the IOAPIC that manages this GSI. */  	for (i = 0; i < nr_ioapics; i++) {  		if ((gsi >= mp_gsi_routing[i].gsi_base)  | 
