diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 1492024592ff..170adc5b6cb3 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -876,8 +876,8 @@ do_rest: | |||
876 | else | 876 | else |
877 | /* trampoline code not run */ | 877 | /* trampoline code not run */ |
878 | printk(KERN_ERR "Not responding.\n"); | 878 | printk(KERN_ERR "Not responding.\n"); |
879 | if (get_uv_system_type() != UV_NON_UNIQUE_APIC) | 879 | if (apic->inquire_remote_apic) |
880 | inquire_remote_apic(apicid); | 880 | apic->inquire_remote_apic(apicid); |
881 | } | 881 | } |
882 | } | 882 | } |
883 | 883 | ||