]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/asm-ppc64/processor.h
[PATCH] freepgt: remove MM_VM_SIZE(mm)
[net-next-2.6.git] / include / asm-ppc64 / processor.h
index cae65b30adb87ec9ecdfaa9179c9e2bc26e6bca7..0035efe2db2ba7591fce0f6be861e6f23b7ecfd6 100644 (file)
@@ -542,10 +542,6 @@ extern struct task_struct *last_task_used_altivec;
 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \
                TASK_SIZE_USER32 : TASK_SIZE_USER64)
 
-/* We can't actually tell the TASK_SIZE given just the mm, but default
- * to the 64-bit case to make sure that enough gets cleaned up. */
-#define MM_VM_SIZE(mm) TASK_SIZE_USER64
-
 /* This decides where the kernel will search for a free chunk of vm
  * space during mmap's.
  */