aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/processor-generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/processor-generic.h')
-rw-r--r--include/asm-um/processor-generic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-um/processor-generic.h b/include/asm-um/processor-generic.h
index ecf67069941a..b7d9a16a7451 100644
--- a/include/asm-um/processor-generic.h
+++ b/include/asm-um/processor-generic.h
@@ -27,7 +27,6 @@ struct thread_struct {
27 * as of 2.6.11). 27 * as of 2.6.11).
28 */ 28 */
29 int forking; 29 int forking;
30 int nsyscalls;
31 struct pt_regs regs; 30 struct pt_regs regs;
32 int singlestep_syscall; 31 int singlestep_syscall;
33 void *fault_addr; 32 void *fault_addr;
@@ -59,7 +58,6 @@ struct thread_struct {
59#define INIT_THREAD \ 58#define INIT_THREAD \
60{ \ 59{ \
61 .forking = 0, \ 60 .forking = 0, \
62 .nsyscalls = 0, \
63 .regs = EMPTY_REGS, \ 61 .regs = EMPTY_REGS, \
64 .fault_addr = NULL, \ 62 .fault_addr = NULL, \
65 .prev_sched = NULL, \ 63 .prev_sched = NULL, \