summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-31 01:28:41 +0000
committerpeter <peter@FreeBSD.org>2003-07-31 01:28:41 +0000
commit827caad7ba87085d3c8cd4c387ef88730114b498 (patch)
tree380c952b4bc681d7490a20725c6107b201d8cc29
parentc7106c6a3c9ac640fac4be09c200c1959ceb34dc (diff)
downloadFreeBSD-src-827caad7ba87085d3c8cd4c387ef88730114b498.zip
FreeBSD-src-827caad7ba87085d3c8cd4c387ef88730114b498.tar.gz
Remove leftover relic of pmap_new_thread() etc.
-rw-r--r--sys/ia64/ia64/pmap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index 5fedbf0..6f2bfc0 100644
--- a/sys/ia64/ia64/pmap.c
+++ b/sys/ia64/ia64/pmap.c
@@ -130,10 +130,6 @@ extern u_int64_t ia64_gateway_page[];
MALLOC_DEFINE(M_PMAP, "PMAP", "PMAP Structures");
-#ifndef KSTACK_MAX_PAGES
-#define KSTACK_MAX_PAGES 32
-#endif
-
#ifndef PMAP_SHPGPERPROC
#define PMAP_SHPGPERPROC 200
#endif
OpenPOWER on IntegriCloud