diff options
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/kernel/vmlinux.lds.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/sparc64/kernel/vmlinux.lds.S b/arch/sparc64/kernel/vmlinux.lds.S index 3ad10f3027e4..481861764deb 100644 --- a/arch/sparc64/kernel/vmlinux.lds.S +++ b/arch/sparc64/kernel/vmlinux.lds.S | |||
@@ -90,10 +90,8 @@ SECTIONS | |||
90 | __initramfs_end = .; | 90 | __initramfs_end = .; |
91 | #endif | 91 | #endif |
92 | 92 | ||
93 | . = ALIGN(PAGE_SIZE); | 93 | PERCPU(PAGE_SIZE) |
94 | __per_cpu_start = .; | 94 | |
95 | .data.percpu : { *(.data.percpu) } | ||
96 | __per_cpu_end = .; | ||
97 | . = ALIGN(PAGE_SIZE); | 95 | . = ALIGN(PAGE_SIZE); |
98 | __init_end = .; | 96 | __init_end = .; |
99 | __bss_start = .; | 97 | __bss_start = .; |