commit | 4846c5deb9776a7306d0f656ade7505278ac39ba | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Apr 16 05:52:26 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Apr 17 07:46:13 2008 +1000 |
tree | 42ad389b154de5e498dd6dfde6d710d748a536cf | |
parent | 09b5e63f827016732d956abb7a4c74a312d20521 [diff] |
[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 <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>