diff options
Diffstat (limited to 'arch/xtensa/kernel/process.c')
| -rw-r--r-- | arch/xtensa/kernel/process.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/xtensa/kernel/process.c b/arch/xtensa/kernel/process.c index dd498f1604e1..f53d7bd9dfb2 100644 --- a/arch/xtensa/kernel/process.c +++ b/arch/xtensa/kernel/process.c | |||
| @@ -46,20 +46,6 @@ | |||
| 46 | 46 | ||
| 47 | extern void ret_from_fork(void); | 47 | extern void ret_from_fork(void); |
| 48 | 48 | ||
| 49 | static struct fs_struct init_fs = INIT_FS; | ||
| 50 | static struct files_struct init_files = INIT_FILES; | ||
| 51 | static struct signal_struct init_signals = INIT_SIGNALS(init_signals); | ||
| 52 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | ||
| 53 | struct mm_struct init_mm = INIT_MM(init_mm); | ||
| 54 | EXPORT_SYMBOL(init_mm); | ||
| 55 | |||
| 56 | union thread_union init_thread_union | ||
| 57 | __attribute__((__section__(".data.init_task"))) = | ||
| 58 | { INIT_THREAD_INFO(init_task) }; | ||
| 59 | |||
| 60 | struct task_struct init_task = INIT_TASK(init_task); | ||
| 61 | EXPORT_SYMBOL(init_task); | ||
| 62 | |||
| 63 | struct task_struct *current_set[NR_CPUS] = {&init_task, }; | 49 | struct task_struct *current_set[NR_CPUS] = {&init_task, }; |
| 64 | 50 | ||
| 65 | void (*pm_power_off)(void) = NULL; | 51 | void (*pm_power_off)(void) = NULL; |
