From: Mark Fortescue Date: Wed, 15 Aug 2007 01:24:10 +0000 (-0700) Subject: [SPARC32]: Remove superfluous 'kernel_end' alignment on sun4c. X-Git-Tag: v2.6.23-rc4~127^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b0e7a919b7961285c685a87928ed78c9fb07f0;p=pandora-kernel.git [SPARC32]: Remove superfluous 'kernel_end' alignment on sun4c. In sun4c_init_clean_mmu(), aligning 'kernel_end' using SUN4C_REAL_PGDIR_ALIGN() is unnecessary since the caller does this already. In sun4c_paging_init(), 4 page sizes of "fluff" were added to the address of &end. This was necessary a long time ago when sparc32 would allocate some early data structures by carving out memory chunks after &end but that no longer occurs. Signed-off-by: Mark Fortescue Signed-off-by: David S. Miller --- Reading git-diff-tree failed