From: Jan-Benedict G. <jb...@he...> - 2006-04-07 17:52:29
|
arch/vax/kernel/vmlinux.lds.S | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) New commits: commit cf7b2faf15a0d6ee32b53703cef050fe66d2c494 Author: Jan-Benedict Glaw <jb...@d2...> Date: Fri Apr 7 19:52:08 2006 +0200 [VAX] Remove a magic value from vmlinux.lds.S We used to have a magic constant for 0x80100000 (PAGE_OFFSET+PHYS_START), which is the start address of the kernel image after relocation, as a virtual address. Now it uses the applicable define. Signed-off-by: Jan-Benedict Glaw <jb...@lu...> |