tree cecfa0997f8c9e8072bec6c4c4bc5fbac30afb8f parent bd6f68af298cab4e059f8489b56e46ae36243fcc author Russell King <[EMAIL PROTECTED]> Wed, 20 Jul 2005 21:32:26 +0100 committer Russell King <[EMAIL PROTECTED]> Wed, 20 Jul 2005 21:32:26 +0100
[PATCH] ARM SMP: Mark mroe CPU init data with __cpuinitdata Signed-off-by: Russell King <[EMAIL PROTECTED]> arch/arm/mach-integrator/platsmp.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-integrator/platsmp.c b/arch/arm/mach-integrator/platsmp.c --- a/arch/arm/mach-integrator/platsmp.c +++ b/arch/arm/mach-integrator/platsmp.c @@ -27,8 +27,8 @@ extern void integrator_secondary_startup * control for which core is the next to come out of the secondary * boot "holding pen" */ -volatile int __initdata pen_release = -1; -unsigned long __initdata phys_pen_release = 0; +volatile int __cpuinitdata pen_release = -1; +unsigned long __cpuinitdata phys_pen_release = 0; static DEFINE_SPINLOCK(boot_lock); - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
