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:
a6a3983
)
ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
author
Rob Herring
<rob.herring@calxeda.com>
Thu, 25 Jul 2013 20:25:26 +0000
(15:25 -0500)
committer
Rob Herring
<rob.herring@calxeda.com>
Sun, 18 Aug 2013 00:43:57 +0000
(19:43 -0500)
On Midway, the first 4G of memory starts at 0 and the rest of memory
(4GB+) starts at 0x2_00000000, so we need to enable pfn_valid checks
by selecting ARCH_HAS_HOLES_MEMORYMODEL.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/mach-highbank/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-highbank/Kconfig
b/arch/arm/mach-highbank/Kconfig
index efe49610ec4cbea96a4c39b04f501f44c877f3ac..8b2948f7424f940ac92c15220ec334cf1b2f80fb 100644
(file)
--- a/
arch/arm/mach-highbank/Kconfig
+++ b/
arch/arm/mach-highbank/Kconfig
@@
-1,6
+1,7
@@
config ARCH_HIGHBANK
bool "Calxeda ECX-1000/2000 (Highbank/Midway)" if ARCH_MULTI_V7
select ARCH_HAS_CPUFREQ
+ select ARCH_HAS_HOLES_MEMORYMODEL
select ARCH_HAS_OPP
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_AMBA