From: Geert Uytterhoeven Date: Sun, 3 Nov 2002 07:52:42 +0000 (-0800) Subject: [PATCH] M68k: fix init_task section X-Git-Tag: v2.5.46~14^2~36 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=277963a40a5dc844b191337419df5e7c7b6285ef;p=history.git [PATCH] M68k: fix init_task section M68k: fix init_task section --- diff --git a/arch/m68k/vmlinux-std.lds b/arch/m68k/vmlinux-std.lds index c8348f4d22a0..fd167995c01a 100644 --- a/arch/m68k/vmlinux-std.lds +++ b/arch/m68k/vmlinux-std.lds @@ -60,7 +60,7 @@ SECTIONS . = ALIGN(8192); __init_end = .; - init_task : { *(init_task) } /* The initial task and kernel stack */ + .data.init_task : { *(.data.init_task) } /* The initial task and kernel stack */ _end = . ;