]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-avr32/processor.h
aout: move STACK_TOP[_MAX] to asm/processor.h
[linux-2.6-omap-h63xx.git] / include / asm-avr32 / processor.h
index 4212551c1cd9962d81268ed0e40e23e4ebefd0aa..49a88f5a9d2feda1c7b033cfd19c71453c6dd6bf 100644 (file)
 
 #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)