aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-06-19 05:45:18 -0400
committerArnd Bergmann <arnd@arndb.de>2009-06-19 08:10:45 -0400
commitb5022df4c275607f0824526eceb3c217e85279f3 (patch)
treec1f0e8dcca3192e5c7d026d4d775d3ce4f93d239 /arch/score/kernel
parentf673c032ed13ed8f3fda5922c2190da2892398bc (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.c2
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
27static struct signal_struct init_signals = INIT_SIGNALS(init_signals); 27static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
28static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); 28static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
29struct mm_struct init_mm = INIT_MM(init_mm);
30EXPORT_SYMBOL(init_mm);
31 29
32/* 30/*
33 * Initial thread structure. 31 * Initial thread structure.