mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
sh: Fixup .data.page_aligned.
This had a bogus .data.idt reference, fix it up.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
05c8690d95
commit
f668f55c39
@ -51,7 +51,7 @@ SECTIONS
|
||||
}
|
||||
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
.data.page_aligned : { *(.data.idt) }
|
||||
.data.page_aligned : { *(.data.page_aligned) }
|
||||
|
||||
. = ALIGN(32);
|
||||
__per_cpu_start = .;
|
||||
|
Loading…
Reference in New Issue
Block a user