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:
149b91e
)
sh: Flag PMB support as EXPERIMENTAL.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 6 Mar 2008 07:06:38 +0000
(16:06 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 6 Mar 2008 07:06:38 +0000
(16:06 +0900)
There's still work that needs to be done here, and this should not be
enabled by default on existing boards.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/mm/Kconfig
b/arch/sh/mm/Kconfig
index f549b8cd25010c74fd3dbdfe054ec81e410ab1cc..5fd218430b19a9e1b91fc17c6f75d4650cf40142 100644
(file)
--- a/
arch/sh/mm/Kconfig
+++ b/
arch/sh/mm/Kconfig
@@
-59,7
+59,7
@@
config 32BIT
config PMB
bool "Support 32-bit physical addressing through PMB"
- depends on MMU && (CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
+ depends on MMU &&
EXPERIMENTAL &&
(CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785)
select 32BIT
default y
help