瀏覽代碼

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>
Arnd Bergmann 16 年之前
父節點
當前提交
b5022df4c2
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/score/kernel/init_task.c

+ 0 - 2
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.