mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 38/41] m68k: fix reference to init_task in vmlinux-sun3.lds
@ 2006-01-03 23:29 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-01-03 23:29 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-m68k

From: Al Viro <viro@zeniv.linux.org.uk>
Date: 1135379268 -0500

it's *(.data.init_task), not init_task...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
(cherry picked from d626a118ee82e1c5ec3d1155d91825b5aca5bfd9 commit)

---

 arch/m68k/kernel/vmlinux-sun3.lds |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

f526c250f704ae3a076a98cdb14dc9ad438a9ebd
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds
index f814e66..65cc39c 100644
--- a/arch/m68k/kernel/vmlinux-sun3.lds
+++ b/arch/m68k/kernel/vmlinux-sun3.lds
@@ -67,7 +67,7 @@ __init_begin = .;
 	__initramfs_end = .;
 	. = ALIGN(8192);
 	__init_end = .;
-	.init.task : { *(init_task) }
+	.data.init.task : { *(.data.init_task) }
 
 
   .bss : { *(.bss) }		/* BSS */
-- 
0.99.9.GIT


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-03 23:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-03 23:29 [PATCH 38/41] m68k: fix reference to init_task in vmlinux-sun3.lds Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®