Author: nwhitehorn
Date: Tue Jul 13 23:10:55 2010
New Revision: 210033
URL: http://svn.freebsd.org/changeset/base/210033

Log:
  Remove obsolete code that sets SHMMAXPGS to a tiny value by default
  on PowerPC.

Modified:
  head/sys/powerpc/include/vmparam.h

Modified: head/sys/powerpc/include/vmparam.h
==============================================================================
--- head/sys/powerpc/include/vmparam.h  Tue Jul 13 23:07:32 2010        
(r210032)
+++ head/sys/powerpc/include/vmparam.h  Tue Jul 13 23:10:55 2010        
(r210033)
@@ -58,13 +58,6 @@
 #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
  * amount of real time.  You probably shouldn't change this;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to