summaryrefslogtreecommitdiff
path: root/arch/m32r
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-01 16:31:11 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2011-03-01 16:31:11 +1100
commitf84cbf9bf91974f6098c4e1c2b293462a2b8797d (patch)
treec05b0486c370e1ec79f9899c6a27d7fa6dd543bb /arch/m32r
parent03af16e069bc949aaab3afe0c8d80cf0af58826a (diff)
parentb9ec40af0e18fb7d02106be148036c2ea490fdf9 (diff)
Merge remote-tracking branch 'percpu/for-next'
Conflicts: arch/x86/kernel/vmlinux.lds.S
Diffstat (limited to 'arch/m32r')
-rw-r--r--arch/m32r/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/vmlinux.lds.S b/arch/m32r/kernel/vmlinux.lds.S
index 7da94eaa082b..c194d64cdbb9 100644
--- a/arch/m32r/kernel/vmlinux.lds.S
+++ b/arch/m32r/kernel/vmlinux.lds.S
@@ -53,7 +53,7 @@ SECTIONS
__init_begin = .;
INIT_TEXT_SECTION(PAGE_SIZE)
INIT_DATA_SECTION(16)
- PERCPU(PAGE_SIZE)
+ PERCPU(32, PAGE_SIZE)
. = ALIGN(PAGE_SIZE);
__init_end = .;
/* freed after init ends here */