diff options
Diffstat (limited to 'arch/cris/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/cris/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/kernel/vmlinux.lds.S b/arch/cris/kernel/vmlinux.lds.S index 442218980db0..c62e1346f47c 100644 --- a/arch/cris/kernel/vmlinux.lds.S +++ b/arch/cris/kernel/vmlinux.lds.S | |||
@@ -107,7 +107,7 @@ SECTIONS | |||
107 | #endif | 107 | #endif |
108 | __vmlinux_end = .; /* Last address of the physical file. */ | 108 | __vmlinux_end = .; /* Last address of the physical file. */ |
109 | #ifdef CONFIG_ETRAX_ARCH_V32 | 109 | #ifdef CONFIG_ETRAX_ARCH_V32 |
110 | PERCPU(PAGE_SIZE) | 110 | PERCPU(32, PAGE_SIZE) |
111 | 111 | ||
112 | .init.ramfs : { | 112 | .init.ramfs : { |
113 | INIT_RAM_FS | 113 | INIT_RAM_FS |