patch-2.2.11 linux/include/asm-ppc/shmparam.h
Next file: linux/include/asm-ppc/socket.h
Previous file: linux/include/asm-ppc/processor.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 9 12:04:57 1999
- Orig file:
v2.2.10/linux/include/asm-ppc/shmparam.h
- Orig date:
Sat Nov 25 09:49:06 1995
diff -u --recursive --new-file v2.2.10/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)