aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
-rw-r--r--arch/x86/kernel/apic/io_apic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 0a053e61b3ea..9ab97622b8e6 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -4247,7 +4247,7 @@ void __init ioapic_insert_resources(void)
4247 } 4247 }
4248} 4248}
4249 4249
4250int mp_find_ioapic(int gsi) 4250int mp_find_ioapic(u32 gsi)
4251{ 4251{
4252 int i = 0; 4252 int i = 0;
4253 4253
@@ -4262,7 +4262,7 @@ int mp_find_ioapic(int gsi)
4262 return -1; 4262 return -1;
4263} 4263}
4264 4264
4265int mp_find_ioapic_pin(int ioapic, int gsi) 4265int mp_find_ioapic_pin(int ioapic, u32 gsi)
4266{ 4266{
4267 if (WARN_ON(ioapic == -1)) 4267 if (WARN_ON(ioapic == -1))
4268 return -1; 4268 return -1;