diff options
Diffstat (limited to 'arch/x86/kernel/vmlinux.lds.S')
-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 624a2016198e..3e9fb5d54f96 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S | |||
@@ -319,7 +319,7 @@ SECTIONS | |||
319 | } | 319 | } |
320 | 320 | ||
321 | #if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP) | 321 | #if !defined(CONFIG_X86_64) || !defined(CONFIG_SMP) |
322 | PERCPU(INTERNODE_CACHE_BYTES, PAGE_SIZE) | 322 | PERCPU_SECTION(INTERNODE_CACHE_BYTES) |
323 | #endif | 323 | #endif |
324 | 324 | ||
325 | . = ALIGN(PAGE_SIZE); | 325 | . = ALIGN(PAGE_SIZE); |