diff options
Diffstat (limited to 'arch/ppc/kernel/asm-offsets.c')
-rw-r--r-- | arch/ppc/kernel/asm-offsets.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/ppc/kernel/asm-offsets.c b/arch/ppc/kernel/asm-offsets.c index e8e94321b59e..a51a17714231 100644 --- a/arch/ppc/kernel/asm-offsets.c +++ b/arch/ppc/kernel/asm-offsets.c | |||
@@ -54,12 +54,6 @@ main(void) | |||
54 | DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr)); | 54 | DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr)); |
55 | DEFINE(THREAD_USED_VR, offsetof(struct thread_struct, used_vr)); | 55 | DEFINE(THREAD_USED_VR, offsetof(struct thread_struct, used_vr)); |
56 | #endif /* CONFIG_ALTIVEC */ | 56 | #endif /* CONFIG_ALTIVEC */ |
57 | #ifdef CONFIG_SPE | ||
58 | DEFINE(THREAD_EVR0, offsetof(struct thread_struct, evr[0])); | ||
59 | DEFINE(THREAD_ACC, offsetof(struct thread_struct, acc)); | ||
60 | DEFINE(THREAD_SPEFSCR, offsetof(struct thread_struct, spefscr)); | ||
61 | DEFINE(THREAD_USED_SPE, offsetof(struct thread_struct, used_spe)); | ||
62 | #endif /* CONFIG_SPE */ | ||
63 | /* Interrupt register frame */ | 57 | /* Interrupt register frame */ |
64 | DEFINE(STACK_FRAME_OVERHEAD, STACK_FRAME_OVERHEAD); | 58 | DEFINE(STACK_FRAME_OVERHEAD, STACK_FRAME_OVERHEAD); |
65 | DEFINE(INT_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs)); | 59 | DEFINE(INT_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs)); |