]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: cpu_index build fix
authorIngo Molnar <mingo@elte.hu>
Thu, 30 Oct 2008 23:43:03 +0000 (00:43 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 30 Oct 2008 23:43:03 +0000 (00:43 +0100)
commit1c4acdb467f8a6704855a5670ff3d82e3c18eb0b
tree909d62ba0ab06acd8d5068e34a7b214e21b27529
parentbfcb4c1becf93b1592f4a03a4d6e00a3ab89d5ec
x86: cpu_index build fix

fix:

 arch/x86/kernel/cpu/common.c: In function 'early_identify_cpu':
 arch/x86/kernel/cpu/common.c:553: error: 'struct cpuinfo_x86' has no member named 'cpu_index'

as cpu_index is only available on SMP.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/common.c