projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
262137b
)
ARCv2: allow selection of page size for MMUv4
author
Alexey Brodkin
<abrodkin@synopsys.com>
Thu, 16 Jul 2015 18:45:17 +0000
(21:45 +0300)
committer
Vineet Gupta
<vgupta@synopsys.com>
Thu, 23 Jul 2015 09:04:39 +0000
(12:04 +0300)
MMUv4 also supports the configurable page size as MMUv3.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arc/Kconfig
b/arch/arc/Kconfig
index f7cfa7d574f69adb30cd6962ea76c08c7bff8e75..a5fccdfbfc8f71a3011878c7e50d53bcabe6f676 100644
(file)
--- a/
arch/arc/Kconfig
+++ b/
arch/arc/Kconfig
@@
-313,11
+313,11
@@
config ARC_PAGE_SIZE_8K
config ARC_PAGE_SIZE_16K
bool "16KB"
- depends on ARC_MMU_V3
+ depends on ARC_MMU_V3
|| ARC_MMU_V4
config ARC_PAGE_SIZE_4K
bool "4KB"
- depends on ARC_MMU_V3
+ depends on ARC_MMU_V3
|| ARC_MMU_V4
endchoice