Revision 006fa2599bf0daf107cbb7a8a99fcfb9a998a169 authored by Russell King on 26 February 2014, 19:40:46 UTC, committed by Russell King on 07 March 2014, 22:04:06 UTC
With noMMU, CONFIG_PAGE_OFFSET was not being set correctly.  As there's
no MMU, PAGE_OFFSET should be equal to PHYS_OFFSET in all cases.  This
commit makes that explicit.

Since we do this, we don't need to mess around in asm/memory.h with
ifdefs to sort this out, so let's get rid of that, and there's no point
offering the "Memory split" option for noMMU as that's meaningless
there.

Fixes: b9b32bf70f2f ("ARM: use linker magic for vectors and vector stubs")
Cc: <stable@vger.kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent b363457
History
File Mode Size
arm
Kconfig -rw-r--r-- 427 bytes
assigned-dev.c -rw-r--r-- 24.8 KB
async_pf.c -rw-r--r-- 5.0 KB
async_pf.h -rw-r--r-- 1.1 KB
coalesced_mmio.c -rw-r--r-- 4.1 KB
coalesced_mmio.h -rw-r--r-- 915 bytes
eventfd.c -rw-r--r-- 19.7 KB
ioapic.c -rw-r--r-- 14.7 KB
ioapic.h -rw-r--r-- 2.8 KB
iodev.h -rw-r--r-- 1.9 KB
iommu.c -rw-r--r-- 8.2 KB
irq_comm.c -rw-r--r-- 9.9 KB
irqchip.c -rw-r--r-- 5.8 KB
kvm_main.c -rw-r--r-- 73.1 KB
vfio.c -rw-r--r-- 5.5 KB

back to top