From: Kumar Gala Date: Tue, 15 Apr 2008 19:52:26 +0000 (+1000) Subject: [POWERPC] Clean up some linker and symbol usage X-Git-Tag: v2.6.26-rc1~1125^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4846c5deb9776a7306d0f656ade7505278ac39ba;p=pandora-kernel.git [POWERPC] Clean up some linker and symbol usage * PAGE_OFFSET is not always the start of code, use _stext instead. * grab PAGE_SIZE and KERNELBASE from asm/page.h like ppc64 does. Makes the code a bit more common and provide a single place to manipulate the defines for things like kdump. Signed-off-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed