diff options
Diffstat (limited to 'arch/x86_64/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/x86_64/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/vmlinux.lds.S b/arch/x86_64/kernel/vmlinux.lds.S index 3bdeb88d28f4..7ef0b8820cd2 100644 --- a/arch/x86_64/kernel/vmlinux.lds.S +++ b/arch/x86_64/kernel/vmlinux.lds.S | |||
@@ -195,7 +195,7 @@ SECTIONS | |||
195 | __initramfs_end = .; | 195 | __initramfs_end = .; |
196 | #endif | 196 | #endif |
197 | 197 | ||
198 | . = ALIGN(CONFIG_X86_L1_CACHE_BYTES); | 198 | . = ALIGN(4096); |
199 | __per_cpu_start = .; | 199 | __per_cpu_start = .; |
200 | .data.percpu : AT(ADDR(.data.percpu) - LOAD_OFFSET) { *(.data.percpu) } | 200 | .data.percpu : AT(ADDR(.data.percpu) - LOAD_OFFSET) { *(.data.percpu) } |
201 | __per_cpu_end = .; | 201 | __per_cpu_end = .; |