]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/processor.h
arch/x86/kernel/smpboot.c: fix warning
[linux-2.6-omap-h63xx.git] / include / asm-alpha / processor.h
index 425b7b6d28cbba8e99ec8c1bbd9af578b77752df..94afe5859301f272eb6dedf7343f6e877f8fd77c 100644 (file)
  */
 #define TASK_SIZE (0x40000000000UL)
 
+#define STACK_TOP \
+  (current->personality & ADDR_LIMIT_32BIT ? 0x80000000 : 0x00120000000UL)
+
+#define STACK_TOP_MAX  0x00120000000UL
+
 /* This decides where the kernel will search for a free chunk of vm
  * space during mmap's.
  */