aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/io_apic_64.c')
-rw-r--r--arch/x86/kernel/io_apic_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c
index ef1a8dfcc529..4504c7f50012 100644
--- a/arch/x86/kernel/io_apic_64.c
+++ b/arch/x86/kernel/io_apic_64.c
@@ -1146,7 +1146,7 @@ void __apicdebuginit print_local_APIC(void * dummy)
1146 1146
1147void print_all_local_APICs (void) 1147void print_all_local_APICs (void)
1148{ 1148{
1149 on_each_cpu(print_local_APIC, NULL, 1, 1); 1149 on_each_cpu(print_local_APIC, NULL, 1);
1150} 1150}
1151 1151
1152void __apicdebuginit print_PIC(void) 1152void __apicdebuginit print_PIC(void)