diff options
Diffstat (limited to 'arch/microblaze/kernel/init_task.c')
| -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"))) = |
