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>
This commit is contained in:
Glauber de Oliveira Costa
2008-01-30 13:31:38 +01:00
committed by Ingo Molnar
parent 2c1c468a38
commit fc87e9061a
5 changed files with 6 additions and 15 deletions

View File

@@ -424,6 +424,11 @@ struct extended_sigtable {
struct extended_signature sigs[0];
};
typedef struct {
unsigned long seg;
} mm_segment_t;
/*
* create a kernel thread without removing it from tasklists
*/