diff options
Diffstat (limited to 'arch/sparc64/kernel/init_task.c')
-rw-r--r-- | arch/sparc64/kernel/init_task.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/init_task.c b/arch/sparc64/kernel/init_task.c index 329b38fa5c89..f1e9a4b021ae 100644 --- a/arch/sparc64/kernel/init_task.c +++ b/arch/sparc64/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> |
@@ -13,6 +14,7 @@ static struct files_struct init_files = INIT_FILES; | |||
13 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | 14 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); |
14 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | 15 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); |
15 | struct mm_struct init_mm = INIT_MM(init_mm); | 16 | struct mm_struct init_mm = INIT_MM(init_mm); |
17 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
16 | 18 | ||
17 | EXPORT_SYMBOL(init_mm); | 19 | EXPORT_SYMBOL(init_mm); |
18 | 20 | ||