diff options
Diffstat (limited to 'arch/x86/kernel/apic.c')
-rw-r--r-- | arch/x86/kernel/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index c6f15647eba9..b6740de18fbb 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c | |||
@@ -1171,7 +1171,7 @@ void __cpuinit setup_local_APIC(void) | |||
1171 | * Double-check whether this APIC is really registered. | 1171 | * Double-check whether this APIC is really registered. |
1172 | * This is meaningless in clustered apic mode, so we skip it. | 1172 | * This is meaningless in clustered apic mode, so we skip it. |
1173 | */ | 1173 | */ |
1174 | if (!apic_id_registered()) | 1174 | if (!apic->apic_id_registered()) |
1175 | BUG(); | 1175 | BUG(); |
1176 | 1176 | ||
1177 | /* | 1177 | /* |