diff options
Diffstat (limited to 'include/asm-um/processor-generic.h')
-rw-r--r-- | include/asm-um/processor-generic.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-um/processor-generic.h b/include/asm-um/processor-generic.h index 057a76d41569..35ab6a292d63 100644 --- a/include/asm-um/processor-generic.h +++ b/include/asm-um/processor-generic.h | |||
@@ -11,6 +11,7 @@ struct pt_regs; | |||
11 | struct task_struct; | 11 | struct task_struct; |
12 | 12 | ||
13 | #include "asm/ptrace.h" | 13 | #include "asm/ptrace.h" |
14 | #include "asm/pgtable.h" | ||
14 | #include "registers.h" | 15 | #include "registers.h" |
15 | #include "sysdep/archsetjmp.h" | 16 | #include "sysdep/archsetjmp.h" |
16 | 17 | ||
@@ -68,10 +69,6 @@ struct thread_struct { | |||
68 | .request = { 0 } \ | 69 | .request = { 0 } \ |
69 | } | 70 | } |
70 | 71 | ||
71 | typedef struct { | ||
72 | unsigned long seg; | ||
73 | } mm_segment_t; | ||
74 | |||
75 | extern struct task_struct *alloc_task_struct(void); | 72 | extern struct task_struct *alloc_task_struct(void); |
76 | 73 | ||
77 | static inline void release_thread(struct task_struct *task) | 74 | static inline void release_thread(struct task_struct *task) |