aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2021-07-21 01:35:54 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-07-21 01:35:54 +0000
commitb684d812fcb04b2997fd755405a92c36b9f6e30e (patch)
tree557e3466e356dce42557fd85b6a65c4a90442f5a
parent986bbba9a6994155ee651ce2df2f6fd9a67e13ea (diff)
downloadsrc-b684d812fcb04b2997fd755405a92c36b9f6e30e.tar.gz
src-b684d812fcb04b2997fd755405a92c36b9f6e30e.zip
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
-rw-r--r--sys/arm/include/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h
index 807b492324fa..45dc0f270c50 100644
--- a/sys/arm/include/param.h
+++ b/sys/arm/include/param.h
@@ -114,7 +114,7 @@
#define MAXPAGESIZES 2 /* maximum number of supported page sizes */
#ifndef KSTACK_PAGES
-#define KSTACK_PAGES 2
+#define KSTACK_PAGES 4
#endif /* !KSTACK_PAGES */
#ifndef FPCONTEXTSIZE