Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5022df4 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

score: remove init_mm



init_mm is now part of the common code and not provided
by the architecture any more.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f673c032
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.