Commit 4eb979d4d182c67acb6272a3a0244bf0027cf16b

Authored by Russell King
1 parent 2102a65e69

ARM: drop experimental status for ARM_PATCH_PHYS_VIRT

This has now been well tested, and several platforms are now selecting
this directly.  It's time to drop its experimental status.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

... ... @@ -195,8 +195,7 @@
195 195 The base address of exception vectors.
196 196  
197 197 config ARM_PATCH_PHYS_VIRT
198   - bool "Patch physical to virtual translations at runtime (EXPERIMENTAL)"
199   - depends on EXPERIMENTAL
  198 + bool "Patch physical to virtual translations at runtime"
200 199 depends on !XIP_KERNEL && MMU
201 200 depends on !ARCH_REALVIEW || !SPARSEMEM
202 201 help