patch-2.0.34 linux/include/asm-alpha/shmparam.h
Next file: linux/include/asm-alpha/system.h
Previous file: linux/include/asm-alpha/pyxis.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 3 15:17:49 1998
- Orig file:
v2.0.33/linux/include/asm-alpha/shmparam.h
- Orig date:
Thu Apr 11 23:49:44 1996
diff -u --recursive --new-file v2.0.33/linux/include/asm-alpha/shmparam.h linux/include/asm-alpha/shmparam.h
@@ -2,14 +2,10 @@
#define _ASMAXP_SHMPARAM_H
/*
- * Address range for shared memory attaches if no address passed to
- * shmat(). These ought to be changed to something >4GB so 32-bit
- * errors are caught more easily. However, they don't seem to be used
- * except for ELF stuff, so it's not really critical until we get ELF
- * support for the Alpha.
+ * Address range for shared memory attaches if no address passed to shmat().
*/
-#define SHM_RANGE_START 0x50000000
-#define SHM_RANGE_END 0x60000000
+#define SHM_RANGE_START 0x14000000000
+#define SHM_RANGE_END 0x15000000000
/*
* Format of a swap-entry for shared memory pages currently out in
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov