Commit 7b297a5c authored by Linus Torvalds's avatar Linus Torvalds

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
parents 2368fcf3 18f14afe
...@@ -859,6 +859,7 @@ config THREAD_SHIFT ...@@ -859,6 +859,7 @@ config THREAD_SHIFT
int "Thread shift" if EXPERT int "Thread shift" if EXPERT
range 13 15 range 13 15
default "15" if PPC_256K_PAGES default "15" if PPC_256K_PAGES
default "15" if PPC_PSERIES || PPC_POWERNV
default "14" if PPC64 default "14" if PPC64
default "13" default "13"
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment