Commit 51c70a09 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Use page table locks only if DEBUG_KERNEL is enabled



The usage of page table locks in TLB fault handler is usually
only needed when debugging the kernel. So make this configuration
option dependend on DEBUG_KERNEL.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 75c6d083
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ config LIGHTWEIGHT_SPINLOCK_CHECK

config TLB_PTLOCK
	bool "Use page table locks in TLB fault handler"
	depends on SMP
	depends on DEBUG_KERNEL && SMP
	default n
	help
	  Select this option to enable page table locking in the TLB