Commit 277963a4 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] M68k: fix init_task section

M68k: fix init_task section
parent 635bdb54
......@@ -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 = . ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment