patch-2.1.90 linux/include/asm-i386/processor.h
Next file: linux/include/asm-i386/uaccess.h
Previous file: linux/include/asm-i386/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Mar 17 21:42:21 1998
- Orig file:
v2.1.89/linux/include/asm-i386/processor.h
- Orig date:
Thu Jan 15 20:47:55 1998
diff -u --recursive --new-file v2.1.89/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -10,6 +10,7 @@
#include <asm/vm86.h>
#include <asm/math_emu.h>
#include <asm/segment.h>
+#include <asm/page.h>
/*
* CPU type and hardware bug flags. Kept separately for each CPU.
@@ -71,10 +72,9 @@
extern unsigned int BIOS_revision;
/*
- * User space process size: 3GB. This is hardcoded into a few places,
- * so don't change it unless you know what you are doing.
+ * User space process size: 3GB (default).
*/
-#define TASK_SIZE (0xC0000000UL)
+#define TASK_SIZE (PAGE_OFFSET)
/* This decides where the kernel will search for a free chunk of vm
* space during mmap's.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov