Remove obsolete code that sets SHMMAXPGS to a tiny value by default

on PowerPC.
This commit is contained in:
Nathan Whitehorn 2010-07-13 23:10:55 +00:00
parent 4bc59a660c
commit 2a8d51200d

View File

@ -57,13 +57,6 @@
#define MAXSSIZ (64*1024*1024) /* max stack size */
#endif
/*
* Size of shared memory map
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024
#endif
/*
* The time for a process to be blocked before being very swappable.
* This is a number of seconds which the system takes as being a non-trivial