arm: Bump KSTACK_PAGES default to match i386/amd64
See 3f6867ef6386 for additional context. It is also needed for OpenZFS performance and stability. Reviewed by: ian (arm), imp Differential Revision: https://reviews.freebsd.org/D31244
This commit is contained in:
parent
986bbba9a6
commit
b684d812fc
@ -114,7 +114,7 @@
|
|||||||
#define MAXPAGESIZES 2 /* maximum number of supported page sizes */
|
#define MAXPAGESIZES 2 /* maximum number of supported page sizes */
|
||||||
|
|
||||||
#ifndef KSTACK_PAGES
|
#ifndef KSTACK_PAGES
|
||||||
#define KSTACK_PAGES 2
|
#define KSTACK_PAGES 4
|
||||||
#endif /* !KSTACK_PAGES */
|
#endif /* !KSTACK_PAGES */
|
||||||
|
|
||||||
#ifndef FPCONTEXTSIZE
|
#ifndef FPCONTEXTSIZE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user