dect
/
linux-2.6
Archived
13
0
Fork 0

ux500: platsmp: Fix section mismatch

Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
This commit is contained in:
Jonas Aaberg 2010-12-15 08:36:02 +01:00 committed by Linus Walleij
parent 556fb03869
commit 3c5728edbe
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
* control for which core is the next to come out of the secondary
* boot "holding pen"
*/
volatile int __cpuinitdata pen_release = -1;
volatile int pen_release = -1;
static unsigned int __init get_core_count(void)
{