score: remove init_mm
authorArnd Bergmann <arnd@arndb.de>
Fri, 19 Jun 2009 09:45:18 +0000 (11:45 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Jun 2009 12:10:45 +0000 (14:10 +0200)
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>
arch/score/kernel/init_task.c

index 9eecde0..54d9552 100644 (file)
@@ -26,8 +26,6 @@
 
 static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
 static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
-struct mm_struct init_mm = INIT_MM(init_mm);
-EXPORT_SYMBOL(init_mm);
 
 /*
  * Initial thread structure.