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>
This commit is contained in:
steven miao 2011-01-31 10:10:54 +00:00 committed by Mike Frysinger
parent d6b435be4b
commit ef9d8c251a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ SECTIONS
. = ALIGN(16);
INIT_DATA_SECTION(16)
PERCPU(32, 4)
PERCPU(32, PAGE_SIZE)
.exit.data :
{