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:
Kevin Bowling 2021-09-01 13:06:27 -07:00
parent c62aa65b2a
commit 5647f85ade

View File

@ -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