mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
KSTACK_PAGES is a global option.
This commit is contained in:
parent
9fb1db7bc8
commit
3950c40739
1 changed files with 2 additions and 0 deletions
|
|
@ -117,7 +117,9 @@
|
|||
|
||||
#define IOPAGES 2 /* pages of i/o permission bitmap */
|
||||
|
||||
#ifndef KSTACK_PAGES
|
||||
#define KSTACK_PAGES 4 /* pages of kstack (with pcb) */
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
|
||||
#define UAREA_PAGES 1 /* holds struct user WITHOUT PCB (see def.) */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue