From: Max Filippov Date: Fri, 3 Oct 2014 23:50:33 +0000 (+0400) Subject: xtensa: nommu: clean up memory map dump X-Git-Tag: omap-for-v3.20/drop-legacy-3517~64^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0b1d78bfc5ca4079ea03abb0ecc0d61d676e41;p=pandora-kernel.git 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 --- Reading git-diff-tree failed