X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fa.out.h;h=5c5ea83f934956c4f9e2166e95e170194602d29d;hb=bee86f14d51a5a9a3b1897e301da1e415df0ba23;hp=c7393a977364c3868d98efeaa64304a997defba1;hpb=849a8924a6740ecbf9711e015beca69425f0c429;p=linux-2.6 diff --git a/include/asm-powerpc/a.out.h b/include/asm-powerpc/a.out.h index c7393a9773..5c5ea83f93 100644 --- a/include/asm-powerpc/a.out.h +++ b/include/asm-powerpc/a.out.h @@ -26,9 +26,12 @@ struct exec #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ STACK_TOP_USER32 : STACK_TOP_USER64) +#define STACK_TOP_MAX STACK_TOP_USER64 + #else /* __powerpc64__ */ #define STACK_TOP TASK_SIZE +#define STACK_TOP_MAX STACK_TOP #endif /* __powerpc64__ */ #endif /* __KERNEL__ */