aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-03-06 16:46:39 -0500
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:40:58 -0400
commit01aaea1afbcdb7c49fe4a567ebe3e295db9f720d (patch)
tree21974b32aad2b004d2ac67bf5ee7d8812d0d30cd /include
parent459cce726730ca0ac93701e53aa1d0d055ce9e90 (diff)
x86: introduce initial apicid
store initial_apicid from early identify. it is could be different from phys_proc_id later. also print it out in /proc/cpuinfo. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index 1f9501a38493..d590da88c0df 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -101,6 +101,7 @@ struct cpuinfo_x86 {
101 /* cpuid returned max cores value: */ 101 /* cpuid returned max cores value: */
102 u16 x86_max_cores; 102 u16 x86_max_cores;
103 u16 apicid; 103 u16 apicid;
104 u16 initial_apicid;
104 u16 x86_clflush_size; 105 u16 x86_clflush_size;
105#ifdef CONFIG_SMP 106#ifdef CONFIG_SMP
106 /* number of cores as seen by the OS: */ 107 /* number of cores as seen by the OS: */