diff options
author | Richard Weinberger <richard@nod.at> | 2013-09-23 11:38:03 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2013-11-17 05:27:35 -0500 |
commit | a1850e9c7282db1c19a18093a945d5e84bfe7418 (patch) | |
tree | 8d9d3eafc0f045e2ff6c4da8108fb731ecfcda94 /arch/um/include/asm | |
parent | f72c22e45e8f8fe78c7f793d983bee5bed63497e (diff) |
um: Get rid of thread_struct->saved_task
As we have a sane show_stack() now, we can drop
the ->saved_task hack.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include/asm')
-rw-r--r-- | arch/um/include/asm/processor-generic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/asm/processor-generic.h b/arch/um/include/asm/processor-generic.h index 90469031297b..d89b02bb6262 100644 --- a/arch/um/include/asm/processor-generic.h +++ b/arch/um/include/asm/processor-generic.h | |||
@@ -19,7 +19,6 @@ struct task_struct; | |||
19 | struct mm_struct; | 19 | struct mm_struct; |
20 | 20 | ||
21 | struct thread_struct { | 21 | struct thread_struct { |
22 | struct task_struct *saved_task; | ||
23 | struct pt_regs regs; | 22 | struct pt_regs regs; |
24 | struct pt_regs *segv_regs; | 23 | struct pt_regs *segv_regs; |
25 | int singlestep_syscall; | 24 | int singlestep_syscall; |