From 5e94dc1fc37e546f6c500f3012ffd140e4c21b2c Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Fri, 6 Oct 2006 11:11:56 +0200 Subject: [PATCH] --- yaml --- r: 39063 b: refs/heads/master c: 815a965b0e6d925646e1f6012175830ef21e0d21 h: refs/heads/master i: 39061: 3e8161b7fc17922d84df3b53f6189038e56a6e18 39059: c2ec6fba5d070145b76256765e5f7e6715693643 39055: 60bef2508021cd969da1b88f740b29203397aa71 v: v3 --- [refs] | 2 +- trunk/include/asm-i386/smp.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3e8a66260d0f..d645e4ed237d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 428929a234d2c4b8a6d0145d0dcf687fcfa27325 +refs/heads/master: 815a965b0e6d925646e1f6012175830ef21e0d21 diff --git a/trunk/include/asm-i386/smp.h b/trunk/include/asm-i386/smp.h index 6aa1206f6e2a..bd59c1508e71 100644 --- a/trunk/include/asm-i386/smp.h +++ b/trunk/include/asm-i386/smp.h @@ -46,8 +46,6 @@ extern u8 x86_cpu_to_apicid[]; #define cpu_physical_id(cpu) x86_cpu_to_apicid[cpu] -extern u8 apicid_2_node[]; - #ifdef CONFIG_HOTPLUG_CPU extern void cpu_exit_clear(void); extern void cpu_uninit(void); @@ -101,6 +99,9 @@ extern unsigned int num_processors; #endif #ifndef __ASSEMBLY__ + +extern u8 apicid_2_node[]; + #ifdef CONFIG_X86_LOCAL_APIC static __inline int logical_smp_processor_id(void) {