diff options
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
-rw-r--r-- | arch/powerpc/kernel/asm-offsets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c index ddf0c81e1958..b0d6a7cd85e9 100644 --- a/arch/powerpc/kernel/asm-offsets.c +++ b/arch/powerpc/kernel/asm-offsets.c | |||
@@ -252,6 +252,7 @@ int main(void) | |||
252 | DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address)); | 252 | DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address)); |
253 | DEFINE(pbe_next, offsetof(struct pbe, next)); | 253 | DEFINE(pbe_next, offsetof(struct pbe, next)); |
254 | 254 | ||
255 | DEFINE(TASK_SIZE, TASK_SIZE); | ||
255 | DEFINE(NUM_USER_SEGMENTS, TASK_SIZE>>28); | 256 | DEFINE(NUM_USER_SEGMENTS, TASK_SIZE>>28); |
256 | #else /* CONFIG_PPC64 */ | 257 | #else /* CONFIG_PPC64 */ |
257 | /* systemcfg offsets for use by vdso */ | 258 | /* systemcfg offsets for use by vdso */ |