dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Paul Mundt 2006-12-12 08:50:36 +09:00
parent 05c8690d95
commit f668f55c39
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ SECTIONS
}
. = ALIGN(PAGE_SIZE);
.data.page_aligned : { *(.data.idt) }
.data.page_aligned : { *(.data.page_aligned) }
. = ALIGN(32);
__per_cpu_start = .;