Commit f668f55c authored by Paul Mundt's avatar Paul Mundt

sh: Fixup .data.page_aligned.

This had a bogus .data.idt reference, fix it up..
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 05c8690d
......@@ -51,7 +51,7 @@ SECTIONS
}
. = ALIGN(PAGE_SIZE);
.data.page_aligned : { *(.data.idt) }
.data.page_aligned : { *(.data.page_aligned) }
. = ALIGN(32);
__per_cpu_start = .;
......
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