diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-06-18 13:55:26 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-06-20 08:36:50 -0400 |
commit | 20f54c490c6547049d880d3666ebb5b24e234e77 (patch) | |
tree | ae2b05fdd83c1138bddfea9790d6ba39978d208b /arch | |
parent | fb20871a54961b82d35303b43452928186c1361d (diff) |
microblaze: remove init_mm
Alexey removed the definition for init_mm from all architectures
but forgot microblaze, which was only recently added.
This fixes the microblaze build by dropping it there as well.
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/kernel/init_task.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/init_task.c b/arch/microblaze/kernel/init_task.c index 48eb9fb255fa..67da22579b62 100644 --- a/arch/microblaze/kernel/init_task.c +++ b/arch/microblaze/kernel/init_task.c | |||
@@ -18,8 +18,6 @@ | |||
18 | 18 | ||
19 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 19 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
20 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 20 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
21 | struct mm_struct init_mm = INIT_MM(init_mm); | ||
22 | EXPORT_SYMBOL(init_mm); | ||
23 | 21 | ||
24 | union thread_union init_thread_union | 22 | union thread_union init_thread_union |
25 | __attribute__((__section__(".data.init_task"))) = | 23 | __attribute__((__section__(".data.init_task"))) = |