Skip to content

Commit

Permalink
sh: Fixup .data.page_aligned.
Browse files Browse the repository at this point in the history
This had a bogus .data.idt reference, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Dec 11, 2006
1 parent 05c8690 commit f668f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SECTIONS
}

. = ALIGN(PAGE_SIZE);
.data.page_aligned : { *(.data.idt) }
.data.page_aligned : { *(.data.page_aligned) }

. = ALIGN(32);
__per_cpu_start = .;
Expand Down

0 comments on commit f668f55

Please sign in to comment.