Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Fixup .data.page_aligned.

This had a bogus .data.idt reference, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+1 -1
+1 -1
arch/sh/kernel/vmlinux.lds.S
··· 51 51 } 52 52 53 53 . = ALIGN(PAGE_SIZE); 54 - .data.page_aligned : { *(.data.idt) } 54 + .data.page_aligned : { *(.data.page_aligned) } 55 55 56 56 . = ALIGN(32); 57 57 __per_cpu_start = .;