aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/processor_32.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-06-03 05:48:54 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-07-28 05:10:28 -0400
commit02f7e627f9248a478cf790112a07ae2c612b895a (patch)
tree0172f4eed00a20fdcde5eb6a252c5f47c78ceb2b /include/asm-sh/processor_32.h
parent3787aa112c653b34b6f901b2eaae2b62f9582569 (diff)
sh: Consolidate segment modifiers across mmu/nommu systems.
This moves get_fs/set_fs() and friends in to asm/segment.h. The mm_segment_t definition is likewise consolidated from the _32/_64 split. This is prepatory groundwork for using the generic address space limit and verification routines across mmu/nommu configs. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/processor_32.h')
-rw-r--r--include/asm-sh/processor_32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-sh/processor_32.h b/include/asm-sh/processor_32.h
index c09305d6a9d9..81628f144faf 100644
--- a/include/asm-sh/processor_32.h
+++ b/include/asm-sh/processor_32.h
@@ -113,10 +113,6 @@ struct thread_struct {
113 union sh_fpu_union fpu; 113 union sh_fpu_union fpu;
114}; 114};
115 115
116typedef struct {
117 unsigned long seg;
118} mm_segment_t;
119
120/* Count of active tasks with UBC settings */ 116/* Count of active tasks with UBC settings */
121extern int ubc_usercnt; 117extern int ubc_usercnt;
122 118