diff options
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/kernel/vmlinux.lds.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S index 449e76f118d3..6f4f0378e708 100644 --- a/arch/alpha/kernel/vmlinux.lds.S +++ b/arch/alpha/kernel/vmlinux.lds.S | |||
@@ -69,10 +69,7 @@ SECTIONS | |||
69 | . = ALIGN(8); | 69 | . = ALIGN(8); |
70 | SECURITY_INIT | 70 | SECURITY_INIT |
71 | 71 | ||
72 | . = ALIGN(8192); | 72 | PERCPU(8192) |
73 | __per_cpu_start = .; | ||
74 | .data.percpu : { *(.data.percpu) } | ||
75 | __per_cpu_end = .; | ||
76 | 73 | ||
77 | . = ALIGN(2*8192); | 74 | . = ALIGN(2*8192); |
78 | __init_end = .; | 75 | __init_end = .; |