Revert "powerpc/64s: Increase default stack size to 32KB"
This reverts commit 9ccf64e763
which is
upstream commit 18f14afe281648e31ed35c9ad2fcb724c4838ad9.
Breaks the build:
arch/powerpc/kvm/book3s_hv_rmhandlers.S:2689: Error: operand out of range (0x0000000000008310 is not between 0xffffffffffff8001 and 0x0000000000008000)
make[3]: *** [scripts/Makefile.build:382: arch/powerpc/kvm/book3s_hv_rmhandlers.o] Error 1
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
ec5e692cba
commit
f9a4c401bf
|
@ -806,7 +806,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue