Remove leftover relic of pmap_new_thread() etc.

This commit is contained in:
Peter Wemm 2003-07-31 01:28:41 +00:00
parent 3950c40739
commit edc367db34

View File

@ -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