aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/m68k/kernel/vmlinux-sun3.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds
index f814e66590e6..65cc39c24185 100644
--- a/arch/m68k/kernel/vmlinux-sun3.lds
+++ b/arch/m68k/kernel/vmlinux-sun3.lds
@@ -67,7 +67,7 @@ __init_begin = .;
67 __initramfs_end = .; 67 __initramfs_end = .;
68 . = ALIGN(8192); 68 . = ALIGN(8192);
69 __init_end = .; 69 __init_end = .;
70 .init.task : { *(init_task) } 70 .data.init.task : { *(.data.init_task) }
71 71
72 72
73 .bss : { *(.bss) } /* BSS */ 73 .bss : { *(.bss) } /* BSS */