From 8f0c538d6f13446367d7375e74530f16ec3f74ef Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 5 Jul 2009 20:01:54 +0400 Subject: [PATCH] --- yaml --- r: 158677 b: refs/heads/master c: a1b4f1a5b7f57be2593a9f1fca465a529c95fc07 h: refs/heads/master i: 158675: 3c8f1d81a053b07246541aa0a73317de3a21d507 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/apic/ipi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d387fa3e58c1..9dc6852d65a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ff80942992cd5abd0779c815f310f65b7b83860 +refs/heads/master: a1b4f1a5b7f57be2593a9f1fca465a529c95fc07 diff --git a/trunk/arch/x86/kernel/apic/ipi.c b/trunk/arch/x86/kernel/apic/ipi.c index dbf5445727a9..e6b4f517fcfe 100644 --- a/trunk/arch/x86/kernel/apic/ipi.c +++ b/trunk/arch/x86/kernel/apic/ipi.c @@ -150,7 +150,7 @@ int safe_smp_processor_id(void) { int apicid, cpuid; - if (!boot_cpu_has(X86_FEATURE_APIC)) + if (!cpu_has_apic) return 0; apicid = hard_smp_processor_id();