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:
@@ -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 4
|
#define KSTACK_PAGES 2
|
||||||
#endif /* !KSTACK_PAGES */
|
#endif /* !KSTACK_PAGES */
|
||||||
|
|
||||||
#ifndef FPCONTEXTSIZE
|
#ifndef FPCONTEXTSIZE
|
||||||
|
|||||||
Reference in New Issue
Block a user