xtensa: nommu: clean up memory map dump
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 3 Oct 2014 23:50:33 +0000 (03:50 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 21 Oct 2014 09:28:58 +0000 (13:28 +0400)
commit5a0b1d78bfc5ca4079ea03abb0ecc0d61d676e41
treeea6a9594c87a8cdd2b6eec457ee709a64172cfc6
parent566fb58ed422537715023d1f19b705247a640b11
xtensa: nommu: clean up memory map dump

noMMU configuration doesn't use special area for vmalloc allocations,
don't print it in the memory map.
PAGE_OFFSET is fixed to 0 in noMMU, use min_low_pfn and max_low_pfn for
lowmem range display.
Make all XCHAL_KSEG_* constants unsigned long for consistency with other
addresses.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/page.h
arch/xtensa/mm/init.c