diff options
Diffstat (limited to 'arch/arm/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/arm/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index 61462790757f..28fea9b2d129 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
@@ -78,7 +78,7 @@ SECTIONS | |||
78 | #endif | 78 | #endif |
79 | } | 79 | } |
80 | 80 | ||
81 | PERCPU(PAGE_SIZE) | 81 | PERCPU(32, PAGE_SIZE) |
82 | 82 | ||
83 | #ifndef CONFIG_XIP_KERNEL | 83 | #ifndef CONFIG_XIP_KERNEL |
84 | . = ALIGN(PAGE_SIZE); | 84 | . = ALIGN(PAGE_SIZE); |