patch-2.1.110 linux/include/asm-arm/arch-nexuspci/processor.h
Next file: linux/include/asm-arm/arch-nexuspci/time.h
Previous file: linux/include/asm-arm/arch-nexuspci/mmu.h
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Sat Jul 18 11:55:25 1998
-  Orig file: 
v2.1.109/linux/include/asm-arm/arch-nexuspci/processor.h
-  Orig date: 
Fri May  8 23:14:54 1998
diff -u --recursive --new-file v2.1.109/linux/include/asm-arm/arch-nexuspci/processor.h linux/include/asm-arm/arch-nexuspci/processor.h
@@ -24,7 +24,11 @@
 /* This decides where the kernel will search for a free chunk of vm
  * space during mmap's.
  */
+#if 0
 #define TASK_UNMAPPED_BASE(off)	(TASK_SIZE / 3)
+#else
+#define TASK_UNMAPPED_BASE (TASK_SIZE / 3)
+#endif
 #define TASK_UNMAPPED_ALIGN(addr, off)	PAGE_ALIGN(addr)
 
 #define INIT_MMAP \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov