aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/processor.h')
-rw-r--r--include/asm-sh/processor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h
index e99aff706cf7..a22732007dd4 100644
--- a/include/asm-sh/processor.h
+++ b/include/asm-sh/processor.h
@@ -149,6 +149,10 @@ struct thread_struct {
149 union sh_fpu_union fpu; 149 union sh_fpu_union fpu;
150}; 150};
151 151
152typedef struct {
153 unsigned long seg;
154} mm_segment_t;
155
152/* Count of active tasks with UBC settings */ 156/* Count of active tasks with UBC settings */
153extern int ubc_usercnt; 157extern int ubc_usercnt;
154 158