To: linus, akpm Cc: lkml Subject: [PATCH] Sun-3: Fix link error Sun-3: Fix link error (we forgot to update vmlinux-sun3.lds during last update of vmlinux-std.lds) Signed-off-by: Geert Uytterhoeven --- vmlinux-sun3.lds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.10-rc1/arch/m68k/kernel/vmlinux-sun3.lds 2004-05-24 11:13:22.000000000 +0200 +++ linux-m68k-2.6.10-rc1/arch/m68k/kernel/vmlinux-sun3.lds 2004-11-10 21:10:31.000000000 +0100 @@ -16,7 +16,7 @@ SECTIONS SCHED_TEXT *(.fixup) *(.gnu.warning) - } = 0x4e75 + } :text = 0x4e75 RODATA _etext = .; /* End of text section */ @@ -28,7 +28,7 @@ SECTIONS __start___ex_table = .; *(__ex_table) __stop___ex_table = .; - } + } :data /* End of data goes *here* so that freeing init code works properly. */ _edata = .;