patch-2.4.0-test12 linux/include/asm-arm/arch-ebsa285/memory.h

Next file: linux/include/asm-arm/arch-ebsa285/processor.h
Previous file: linux/include/asm-arm/arch-ebsa285/hardware.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-arm/arch-ebsa285/memory.h linux/include/asm-arm/arch-ebsa285/memory.h
@@ -67,6 +67,12 @@
 #define PHYS_OFFSET		(0x00000000UL)
 
 /*
+ * This decides where the kernel will search for a free chunk of vm
+ * space during mmap's.
+ */
+#define TASK_UNMAPPED_BASE (TASK_SIZE / 3)
+
+/*
  * The DRAM is always contiguous.
  */
 #define __virt_to_phys__is_a_macro

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)