diff options
author | Glauber de Oliveira Costa <gcosta@redhat.com> | 2008-01-30 07:31:38 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:38 -0500 |
commit | fc87e9061a5635fe1b367dad95498846dd5eda31 (patch) | |
tree | 6b10d1714359b22c9c28e85627888552d644833b /include/asm-x86/processor_32.h | |
parent | 2c1c468a382e64afccacdfe03fa4c0615cd4264f (diff) |
x86: unify mm_segment_t definition
This patch moves the mm_segment_t structure definition to processor.h
This makes mmsegment.h file useless, and it is deleted.
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/processor_32.h')
-rw-r--r-- | include/asm-x86/processor_32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/processor_32.h b/include/asm-x86/processor_32.h index f0f7ca48444e..fa921aa1a93f 100644 --- a/include/asm-x86/processor_32.h +++ b/include/asm-x86/processor_32.h | |||
@@ -103,11 +103,6 @@ union i387_union { | |||
103 | struct i387_soft_struct soft; | 103 | struct i387_soft_struct soft; |
104 | }; | 104 | }; |
105 | 105 | ||
106 | typedef struct { | ||
107 | unsigned long seg; | ||
108 | } mm_segment_t; | ||
109 | |||
110 | |||
111 | #define INIT_THREAD { \ | 106 | #define INIT_THREAD { \ |
112 | .sp0 = sizeof(init_stack) + (long)&init_stack, \ | 107 | .sp0 = sizeof(init_stack) + (long)&init_stack, \ |
113 | .vm86_info = NULL, \ | 108 | .vm86_info = NULL, \ |