Revert "arm: Bump KSTACK_PAGES default to match i386/amd64"
This reverts commit b684d812fc
.
It causes an issue on a pfsense routing workload where memory
fragmentation prevents the necessary consecutive pages from being
readily available.
Reported by: pfsense (mjg, scottl)
Approved by: ian
MFC after: 1 day
Differential Revision: https://reviews.freebsd.org/D31244
This commit is contained in:
parent
c62aa65b2a
commit
5647f85ade
@ -114,7 +114,7 @@
|
||||
#define MAXPAGESIZES 2 /* maximum number of supported page sizes */
|
||||
|
||||
#ifndef KSTACK_PAGES
|
||||
#define KSTACK_PAGES 4
|
||||
#define KSTACK_PAGES 2
|
||||
#endif /* !KSTACK_PAGES */
|
||||
|
||||
#ifndef FPCONTEXTSIZE
|
||||
|
Loading…
Reference in New Issue
Block a user