diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/init_task.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/kernel/init_task.c b/arch/sparc/kernel/init_task.c index fc31de66b1c2..a73926d5176b 100644 --- a/arch/sparc/kernel/init_task.c +++ b/arch/sparc/kernel/init_task.c | |||
@@ -3,6 +3,7 @@ | |||
3 | #include <linux/sched.h> | 3 | #include <linux/sched.h> |
4 | #include <linux/init_task.h> | 4 | #include <linux/init_task.h> |
5 | #include <linux/mqueue.h> | 5 | #include <linux/mqueue.h> |
6 | #include <linux/nsproxy.h> | ||
6 | 7 | ||
7 | #include <asm/pgtable.h> | 8 | #include <asm/pgtable.h> |
8 | #include <asm/uaccess.h> | 9 | #include <asm/uaccess.h> |
@@ -12,6 +13,7 @@ static struct files_struct init_files = INIT_FILES; | |||
12 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 13 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
13 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 14 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
14 | struct mm_struct init_mm = INIT_MM(init_mm); | 15 | struct mm_struct init_mm = INIT_MM(init_mm); |
16 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
15 | struct task_struct init_task = INIT_TASK(init_task); | 17 | struct task_struct init_task = INIT_TASK(init_task); |
16 | 18 | ||
17 | EXPORT_SYMBOL(init_mm); | 19 | EXPORT_SYMBOL(init_mm); |