diff options
Diffstat (limited to 'arch/sparc/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/sparc/kernel/vmlinux.lds.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sparc/kernel/vmlinux.lds.S b/arch/sparc/kernel/vmlinux.lds.S index f75a1b822789..47583887abc6 100644 --- a/arch/sparc/kernel/vmlinux.lds.S +++ b/arch/sparc/kernel/vmlinux.lds.S | |||
@@ -65,10 +65,7 @@ SECTIONS | |||
65 | __initramfs_end = .; | 65 | __initramfs_end = .; |
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | . = ALIGN(4096); | 68 | PERCPU(4096) |
69 | __per_cpu_start = .; | ||
70 | .data.percpu : { *(.data.percpu) } | ||
71 | __per_cpu_end = .; | ||
72 | . = ALIGN(4096); | 69 | . = ALIGN(4096); |
73 | __init_end = .; | 70 | __init_end = .; |
74 | . = ALIGN(32); | 71 | . = ALIGN(32); |