The branch main has been updated by kbowling (ports committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b684d812fcb04b2997fd755405a92c36b9f6e30e

commit b684d812fcb04b2997fd755405a92c36b9f6e30e
Author:     Kevin Bowling <[email protected]>
AuthorDate: 2021-07-21 01:35:54 +0000
Commit:     Kevin Bowling <[email protected]>
CommitDate: 2021-07-21 01:35:54 +0000

    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
---
 sys/arm/include/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to