X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-avr32%2Fprocessor.h;h=49a88f5a9d2feda1c7b033cfd19c71453c6dd6bf;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=4212551c1cd9962d81268ed0e40e23e4ebefd0aa;hpb=dd07a8db7283f52f347aee468007556944b5b393;p=linux-2.6 diff --git a/include/asm-avr32/processor.h b/include/asm-avr32/processor.h index 4212551c1c..49a88f5a9d 100644 --- a/include/asm-avr32/processor.h +++ b/include/asm-avr32/processor.h @@ -13,6 +13,11 @@ #define TASK_SIZE 0x80000000 +#ifdef __KERNEL__ +#define STACK_TOP TASK_SIZE +#define STACK_TOP_MAX STACK_TOP +#endif + #ifndef __ASSEMBLY__ static inline void *current_text_addr(void)