Skip to content

Commit 7b297a5

Browse files
committed
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
2 parents 2368fcf + 18f14af commit 7b297a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/powerpc/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ config THREAD_SHIFT
859859
int "Thread shift" if EXPERT
860860
range 13 15
861861
default "15" if PPC_256K_PAGES
862+
default "15" if PPC_PSERIES || PPC_POWERNV
862863
default "14" if PPC64
863864
default "13"
864865
help

0 commit comments

Comments
 (0)