summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pda.h
diff options
context:
space:
mode:
authorBrian Gerst2009-01-18 16:38:59 +0100
committerTejun Heo2009-01-18 16:38:59 +0100
commite7a22c1ebcc1caa8178df1819d05128bb5b45ab9 (patch)
tree7769b1263850c97fa244a48ad9187ce0d74e1965 /arch/x86/include/asm/pda.h
parentx86-64: Move irqcount from PDA to per-cpu. (diff)
downloadkernel-qcow2-linux-e7a22c1ebcc1caa8178df1819d05128bb5b45ab9.tar.gz
kernel-qcow2-linux-e7a22c1ebcc1caa8178df1819d05128bb5b45ab9.tar.xz
kernel-qcow2-linux-e7a22c1ebcc1caa8178df1819d05128bb5b45ab9.zip
x86-64: Move nodenumber from PDA to per-cpu.
tj: * s/nodenumber/node_number/ * removed now unused pda variable from pda_init() Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/pda.h')
-rw-r--r--arch/x86/include/asm/pda.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/pda.h b/arch/x86/include/asm/pda.h
index 4527d70314d4..b30ef6bddc43 100644
--- a/arch/x86/include/asm/pda.h
+++ b/arch/x86/include/asm/pda.h
@@ -22,7 +22,6 @@ struct x8664_pda {
/* gcc-ABI: this canary MUST be at
offset 40!!! */
#endif
- short nodenumber; /* number of current node (32k max) */
short in_bootmem; /* pda lives in bootmem */
short isidle;
} ____cacheline_aligned_in_smp;