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=281ef58ccf62eaa6c4e4b7e4c0a3ee6b52e84e5b;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)