mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix typo.
Submitted by: loos
This commit is contained in:
parent
99003fc6f6
commit
1bea62add7
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
|||
#ifdef __powerpc64__
|
||||
#define KSTACK_PAGES 8 /* includes pcb */
|
||||
#else
|
||||
#define KSTACK_PAGES 8 /* includes pcb */
|
||||
#define KSTACK_PAGES 4 /* includes pcb */
|
||||
#endif
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
|
||||
|
|
|
|||
Loading…
Reference in a new issue