summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorMichael Ellerman2009-02-23 18:40:56 +0100
committerBenjamin Herrenschmidt2009-03-11 07:10:15 +0100
commit9e1e3723be3828d6faac03ff6889e78cc0e64286 (patch)
treee0ed9c2f32ee688c9e7ab20369eeedc159631df3 /arch/powerpc/kernel/asm-offsets.c
parentpowerpc: Make sure we copy all cpu_spec features except PMC related ones (diff)
downloadkernel-qcow2-linux-9e1e3723be3828d6faac03ff6889e78cc0e64286.tar.gz
kernel-qcow2-linux-9e1e3723be3828d6faac03ff6889e78cc0e64286.tar.xz
kernel-qcow2-linux-9e1e3723be3828d6faac03ff6889e78cc0e64286.zip
powerpc: Remove unused asm-offsets entries for cpu_spec
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
-rw-r--r--arch/powerpc/kernel/asm-offsets.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c
index 19ee491e9e23..10377df38f36 100644
--- a/arch/powerpc/kernel/asm-offsets.c
+++ b/arch/powerpc/kernel/asm-offsets.c
@@ -284,9 +284,6 @@ int main(void)
#endif /* ! CONFIG_PPC64 */
/* About the CPU features table */
- DEFINE(CPU_SPEC_ENTRY_SIZE, sizeof(struct cpu_spec));
- DEFINE(CPU_SPEC_PVR_MASK, offsetof(struct cpu_spec, pvr_mask));
- DEFINE(CPU_SPEC_PVR_VALUE, offsetof(struct cpu_spec, pvr_value));
DEFINE(CPU_SPEC_FEATURES, offsetof(struct cpu_spec, cpu_features));
DEFINE(CPU_SPEC_SETUP, offsetof(struct cpu_spec, cpu_setup));
DEFINE(CPU_SPEC_RESTORE, offsetof(struct cpu_spec, cpu_restore));