Skip to content

Commit

Permalink
score: remove init_mm
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Jun 19, 2009
1 parent f673c03 commit b5022df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/score/kernel/init_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5022df

Please sign in to comment.