aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-01-21 11:04:29 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2024-01-21 11:04:29 -0800
commit7b297a5cc9308b57c29635e00395f4005c9ba960 (patch)
treebd4bf0b7daa5f07d8ab4032b0fb1140611734543
parentMerge tag 'header_cleanup-2024-01-20' of https://evilpiepirate.org/git/bcachefs (diff)
parentpowerpc/64s: Increase default stack size to 32KB (diff)
downloadwireguard-linux-7b297a5cc9308b57c29635e00395f4005c9ba960.tar.xz
wireguard-linux-7b297a5cc9308b57c29635e00395f4005c9ba960.zip
Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Aneesh Kumar: - Increase default stack size to 32KB for Book3S Thanks to Michael Ellerman. * tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/64s: Increase default stack size to 32KB
Diffstat (limited to '')
-rw-r--r--arch/powerpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 414b978b8010..b9fc064d38d2 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -859,6 +859,7 @@ config THREAD_SHIFT
int "Thread shift" if EXPERT
range 13 15
default "15" if PPC_256K_PAGES
+ default "15" if PPC_PSERIES || PPC_POWERNV
default "14" if PPC64
default "13"
help