提交 d2e3192b 编写于 作者: J Jan Beulich 提交者: Linus Torvalds

init/main.c: mark late_time_init as __initdata

Signed-off-by: NJan Beulich <jbeulich@novell.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 ca8a5bd2
...@@ -107,7 +107,7 @@ EXPORT_SYMBOL(system_state); ...@@ -107,7 +107,7 @@ EXPORT_SYMBOL(system_state);
extern void time_init(void); extern void time_init(void);
/* Default late time init is NULL. archs can override this later. */ /* 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); extern void softirq_init(void);
/* Untouched command line saved by arch-specific code. */ /* Untouched command line saved by arch-specific code. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册