diff options
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r-- | include/asm-ppc64/processor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ppc64/processor.h b/include/asm-ppc64/processor.h index cae65b30adb8..0035efe2db2b 100644 --- a/include/asm-ppc64/processor.h +++ b/include/asm-ppc64/processor.h | |||
@@ -542,10 +542,6 @@ extern struct task_struct *last_task_used_altivec; | |||
542 | #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ | 542 | #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ |
543 | TASK_SIZE_USER32 : TASK_SIZE_USER64) | 543 | TASK_SIZE_USER32 : TASK_SIZE_USER64) |
544 | 544 | ||
545 | /* We can't actually tell the TASK_SIZE given just the mm, but default | ||
546 | * to the 64-bit case to make sure that enough gets cleaned up. */ | ||
547 | #define MM_VM_SIZE(mm) TASK_SIZE_USER64 | ||
548 | |||
549 | /* This decides where the kernel will search for a free chunk of vm | 545 | /* This decides where the kernel will search for a free chunk of vm |
550 | * space during mmap's. | 546 | * space during mmap's. |
551 | */ | 547 | */ |