mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Remove leftover relic of pmap_new_thread() etc.
This commit is contained in:
parent
3950c40739
commit
edc367db34
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue