Skip to content

Commit bd573a8

Browse files
committed
powerpc/mm/64s: Allow STRICT_KERNEL_RWX again
We have now fixed the known bugs in STRICT_KERNEL_RWX for Book3S 64-bit Hash and Radix MMUs, see preceding commits, so allow the option to be selected again. Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 87e65ad commit bd573a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ config PPC
136136
select ARCH_HAS_MEMBARRIER_CALLBACKS
137137
select ARCH_HAS_MEMBARRIER_SYNC_CORE
138138
select ARCH_HAS_SCALED_CPUTIME if VIRT_CPU_ACCOUNTING_NATIVE && PPC_BOOK3S_64
139-
select ARCH_HAS_STRICT_KERNEL_RWX if (PPC32 && !HIBERNATION)
139+
select ARCH_HAS_STRICT_KERNEL_RWX if ((PPC_BOOK3S_64 || PPC32) && !HIBERNATION)
140140
select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
141141
select ARCH_HAS_UACCESS_FLUSHCACHE
142142
select ARCH_HAS_COPY_MC if PPC64

0 commit comments

Comments
 (0)