summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-07-13 23:10:55 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-07-13 23:10:55 +0000
commit0f4e77e7f70ac8dc32bdd0b660e1f86fba462a17 (patch)
tree1157b43a67ed57798e48c281da9ffcecf80bd980 /sys/powerpc
parent32fba1b27c6b1192a8667f7e2ba363288760b2e2 (diff)
downloadFreeBSD-src-0f4e77e7f70ac8dc32bdd0b660e1f86fba462a17.zip
FreeBSD-src-0f4e77e7f70ac8dc32bdd0b660e1f86fba462a17.tar.gz
Remove obsolete code that sets SHMMAXPGS to a tiny value by default
on PowerPC.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/vmparam.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h
index e9a2ce2..ad8c67d 100644
--- a/sys/powerpc/include/vmparam.h
+++ b/sys/powerpc/include/vmparam.h
@@ -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;
OpenPOWER on IntegriCloud