summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorsteven miao <realmz6@gmail.com>2011-01-31 11:10:54 +0100
committerMike Frysinger <vapier@gentoo.org>2011-03-18 09:01:01 +0100
commitef9d8c251ac84e2c471768bb57298b177f8d6ab5 (patch)
tree721bdf5da175804ceb6f55aa1156d2a69445e410 /arch/blackfin/kernel/vmlinux.lds.S
parentBlackfin: ADI boards: enable pseudo debug insns support (diff)
downloadlinux-ef9d8c251ac84e2c471768bb57298b177f8d6ab5.tar.xz
linux-ef9d8c251ac84e2c471768bb57298b177f8d6ab5.zip
Blackfin: SMP: PERCPU section should be PAGE aligned
Common code checks the alignment of some of the variables and calls BUG() if they aren't page aligned. Signed-off-by: steven miao <realmz6@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/kernel/vmlinux.lds.S')
-rw-r--r--arch/blackfin/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S
index c40d07f708e8..f5fd234e5773 100644
--- a/arch/blackfin/kernel/vmlinux.lds.S
+++ b/arch/blackfin/kernel/vmlinux.lds.S
@@ -136,7 +136,7 @@ SECTIONS
. = ALIGN(16);
INIT_DATA_SECTION(16)
- PERCPU(32, 4)
+ PERCPU(32, PAGE_SIZE)
.exit.data :
{