diff options
| author | Ingo Molnar <mingo@kernel.org> | 2014-06-06 01:55:06 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2014-06-06 01:55:06 -0400 |
| commit | ec00010972a0971b2c1da4fbe4e5c7d8ed1ecb05 (patch) | |
| tree | c28975d7daf6d8a3aa23afe8f42837b71105b269 /arch/parisc/include/asm/processor.h | |
| parent | 8c6e549a447c51f4f8c0ba7f1e444469f75a354a (diff) | |
| parent | e041e328c4b41e1db79bfe5ba9992c2ed771ad19 (diff) | |
Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches
Conflicts:
arch/x86/kernel/traps.c
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
| -rw-r--r-- | arch/parisc/include/asm/processor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 198a86feb574..d951c9681ab3 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h | |||
| @@ -55,6 +55,11 @@ | |||
| 55 | #define STACK_TOP TASK_SIZE | 55 | #define STACK_TOP TASK_SIZE |
| 56 | #define STACK_TOP_MAX DEFAULT_TASK_SIZE | 56 | #define STACK_TOP_MAX DEFAULT_TASK_SIZE |
| 57 | 57 | ||
| 58 | /* Allow bigger stacks for 64-bit processes */ | ||
| 59 | #define STACK_SIZE_MAX (USER_WIDE_MODE \ | ||
| 60 | ? (1 << 30) /* 1 GB */ \ | ||
| 61 | : (CONFIG_MAX_STACK_SIZE_MB*1024*1024)) | ||
| 62 | |||
| 58 | #endif | 63 | #endif |
| 59 | 64 | ||
| 60 | #ifndef __ASSEMBLY__ | 65 | #ifndef __ASSEMBLY__ |
