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
commitc2558e0eba66b49993e619da66c95a50a97830a3 (patch)
tree06c24e7ec0ab114da24e41e0b2107bb0cfe2d04e /arch/x86/include/asm/pda.h
parentx86-64: Move nodenumber from PDA to per-cpu. (diff)
downloadkernel-qcow2-linux-c2558e0eba66b49993e619da66c95a50a97830a3.tar.gz
kernel-qcow2-linux-c2558e0eba66b49993e619da66c95a50a97830a3.tar.xz
kernel-qcow2-linux-c2558e0eba66b49993e619da66c95a50a97830a3.zip
x86-64: Move isidle from PDA to per-cpu.
tj: s/isidle/is_idle/ 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 b30ef6bddc43..c31ca048a901 100644
--- a/arch/x86/include/asm/pda.h
+++ b/arch/x86/include/asm/pda.h
@@ -23,7 +23,6 @@ struct x8664_pda {
offset 40!!! */
#endif
short in_bootmem; /* pda lives in bootmem */
- short isidle;
} ____cacheline_aligned_in_smp;
DECLARE_PER_CPU(struct x8664_pda, __pda);