From: Arnd Bergmann Date: Fri, 19 Jun 2009 09:45:18 +0000 (+0200) Subject: score: remove init_mm X-Git-Tag: v2.6.32-rc1~639^2~7^2~8 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=b5022df4c275607f0824526eceb3c217e85279f3 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 --- diff --git a/arch/score/kernel/init_task.c b/arch/score/kernel/init_task.c index 9eecde0..54d9552 100644 --- a/arch/score/kernel/init_task.c +++ b/arch/score/kernel/init_task.c @@ -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.