patch-2.1.19 linux/include/asm-i386/processor.h

Next file: linux/include/asm-i386/scatterlist.h
Previous file: linux/include/asm-i386/mmu_context.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.18/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -45,6 +45,11 @@
  */
 #define TASK_SIZE	(0xC0000000UL)
 
+/* This decides where the kernel will search for a free chunk of vm
+ * space during mmap's.
+ */
+#define TASK_UNMAPPED_BASE	(TASK_SIZE / 3)
+
 /*
  * Size of io_bitmap in longwords: 32 is ports 0-0x3ff.
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov