patch-2.3.20 linux/include/asm-ppc/shmparam.h
Next file: linux/include/asm-ppc/smp.h
Previous file: linux/include/asm-ppc/serial.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Oct 7 10:17:09 1999
- Orig file:
v2.3.19/linux/include/asm-ppc/shmparam.h
- Orig date:
Sat Nov 25 09:49:06 1995
diff -u --recursive --new-file v2.3.19/linux/include/asm-ppc/shmparam.h linux/include/asm-ppc/shmparam.h
@@ -33,7 +33,7 @@
* SHMMAX <= (PAGE_SIZE << _SHM_IDX_BITS).
*/
-#define SHMMAX 0x3fa000 /* max shared seg size (bytes) */
+#define SHMMAX 0x2000000 /* max shared seg size (bytes) */
#define SHMMIN 1 /* really PAGE_SIZE */ /* min shared seg size (bytes) */
#define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system wide */
#define SHMALL /* max shm system wide (pages) */ \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)