diff options
-rw-r--r-- | arch/x86/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index bf4700755184..e9f7a3c838c3 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S | |||
@@ -305,7 +305,7 @@ SECTIONS | |||
305 | } | 305 | } |
306 | 306 | ||
307 | #if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP) | 307 | #if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP) |
308 | PERCPU(THREAD_SIZE) | 308 | PERCPU(PAGE_SIZE) |
309 | #endif | 309 | #endif |
310 | 310 | ||
311 | . = ALIGN(PAGE_SIZE); | 311 | . = ALIGN(PAGE_SIZE); |