projects
/
platform
/
kernel
/
linux-rpi.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
|
history
diff --git
a/arch/arc/Kconfig
b/arch/arc/Kconfig
index
f7cfa7d
..
a5fccdf
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