diff options
Diffstat (limited to 'include/asm-um')
-rw-r--r-- | include/asm-um/processor-generic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-um/processor-generic.h b/include/asm-um/processor-generic.h index d40eae9ec9a2..78c0599cc80c 100644 --- a/include/asm-um/processor-generic.h +++ b/include/asm-um/processor-generic.h | |||
@@ -30,10 +30,10 @@ struct thread_struct { | |||
30 | struct pt_regs regs; | 30 | struct pt_regs regs; |
31 | int singlestep_syscall; | 31 | int singlestep_syscall; |
32 | void *fault_addr; | 32 | void *fault_addr; |
33 | void *fault_catcher; | 33 | jmp_buf *fault_catcher; |
34 | struct task_struct *prev_sched; | 34 | struct task_struct *prev_sched; |
35 | unsigned long temp_stack; | 35 | unsigned long temp_stack; |
36 | void *exec_buf; | 36 | jmp_buf *exec_buf; |
37 | struct arch_thread arch; | 37 | struct arch_thread arch; |
38 | jmp_buf switch_buf; | 38 | jmp_buf switch_buf; |
39 | int mm_count; | 39 | int mm_count; |