Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158677
b: refs/heads/master
c: a1b4f1a
h: refs/heads/master
i:
  158675: 3c8f1d8
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Jul 10, 2009
1 parent 327813d commit 8f0c538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ff80942992cd5abd0779c815f310f65b7b83860
refs/heads/master: a1b4f1a5b7f57be2593a9f1fca465a529c95fc07
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/ipi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8f0c538

Please sign in to comment.