OSDN Git Service

parisc,metag: Do not hardcode maximum userspace stack size
[uclinux-h8/linux.git] / arch / metag / include / asm / processor.h
index 3be8581..a8a3747 100644 (file)
@@ -23,7 +23,7 @@
 #define STACK_TOP      (TASK_SIZE - PAGE_SIZE)
 #define STACK_TOP_MAX  STACK_TOP
 /* Maximum virtual space for stack */
-#define STACK_SIZE_MAX (1 << 28)       /* 256 MB */
+#define STACK_SIZE_MAX (CONFIG_MAX_STACK_SIZE_MB*1024*1024)
 
 /* This decides where the kernel will search for a free chunk of vm
  * space during mmap's.