]> git.hungrycats.org Git - linux/commitdiff
[PATCH] M68k: fix init_task section
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 3 Nov 2002 07:52:42 +0000 (23:52 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Sun, 3 Nov 2002 07:52:42 +0000 (23:52 -0800)
M68k: fix init_task section

arch/m68k/vmlinux-std.lds

index c8348f4d22a02380a443bb226c4750d27f219808..fd167995c01ab43f1bcca90a925720a5fafeae0b 100644 (file)
@@ -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 = . ;