Message ID | 528110B1.4060402@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Nov 11, 2013 at 05:15:29PM +0000, Jonathan Austin wrote: > I've tested the patch below and it solves the ARM side of things - so > gives you an option other than a complete revert. Happy to put this in to > RMK's patch system if you'd prefer not to have to revert and he's happy > with the patch. I think this is the right solution because it then means that this symbol has the same meaning whether on MMU or !MMU - and getting rid of these kinds of gratuitous variances are the only way that !MMU is going to become less fragile.
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d601be3..6756651 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1609,6 +1609,7 @@ endchoice config PAGE_OFFSET hex + default PHYS_OFFSET if !MMU default 0x40000000 if VMSPLIT_1G default 0x80000000 if VMSPLIT_2G default 0xC0000000