mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 07:50:51 +07:00
[PATCH] m68k: fix reference to init_task in vmlinux-sun3.lds
it's *(.data.init_task), not init_task... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a763be5c1a
commit
54a5a6eb58
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user