* [PATCH] mark late_time_init as __initdata
@ 2008-12-16 11:32 Jan Beulich
0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2008-12-16 11:32 UTC (permalink / raw)
To: linux-kernel
Signed-off-by: Jan Beulich <jbeulich@novell.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. */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-16 11:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-16 11:32 [PATCH] mark late_time_init as __initdata Jan Beulich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®