projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2102a65
)
ARM: drop experimental status for ARM_PATCH_PHYS_VIRT
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 10 Aug 2011 09:17:07 +0000
(10:17 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 10 Aug 2011 09:33:29 +0000
(10:33 +0100)
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>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 2c71a8f3535a1400c2d187e7fa612e00995e6927..5ebc5d922ea14984e10ef8e10f47d414469efa7c 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-195,8
+195,7
@@
config VECTORS_BASE
The base address of exception vectors.
config ARM_PATCH_PHYS_VIRT
- bool "Patch physical to virtual translations at runtime (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ bool "Patch physical to virtual translations at runtime"
depends on !XIP_KERNEL && MMU
depends on !ARCH_REALVIEW || !SPARSEMEM
help