diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-06-19 05:45:18 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2009-06-19 08:10:45 -0400 |
commit | b5022df4c275607f0824526eceb3c217e85279f3 (patch) | |
tree | c1f0e8dcca3192e5c7d026d4d775d3ce4f93d239 /arch/score/kernel | |
parent | f673c032ed13ed8f3fda5922c2190da2892398bc (diff) |
score: remove init_mm
init_mm is now part of the common code and not provided
by the architecture any more.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/score/kernel')
-rw-r--r-- | arch/score/kernel/init_task.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/score/kernel/init_task.c b/arch/score/kernel/init_task.c index 9eecde00932f..54d9552afd6a 100644 --- a/arch/score/kernel/init_task.c +++ b/arch/score/kernel/init_task.c | |||
@@ -26,8 +26,6 @@ | |||
26 | 26 | ||
27 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 27 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
28 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 28 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
29 | struct mm_struct init_mm = INIT_MM(init_mm); | ||
30 | EXPORT_SYMBOL(init_mm); | ||
31 | 29 | ||
32 | /* | 30 | /* |
33 | * Initial thread structure. | 31 | * Initial thread structure. |