[<prev] [next>] [day] [month] [year] [list]
Message-Id: <49479FC6.76E4.0078.0@novell.com>
Date: Tue, 16 Dec 2008 11:32:06 +0000
From: "Jan Beulich" <jbeulich@...ell.com>
To: <linux-kernel@...r.kernel.org>
Subject: [PATCH] mark late_time_init as __initdata
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
---
init/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.28-rc8/init/main.c 2008-12-11 14:37:26.000000000 +0100
+++ 2.6.28-rc8-late-time-init/init/main.c 2008-12-15 11:35:43.000000000 +0100
@@ -116,7 +116,7 @@ EXPORT_SYMBOL(system_state);
extern void time_init(void);
/* Default late time init is NULL. archs can override this later. */
-void (*late_time_init)(void);
+void (*__initdata late_time_init)(void);
extern void softirq_init(void);
/* Untouched command line saved by arch-specific code. */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists