summaryrefslogtreecommitdiff
path: root/include/asm-x86/thread_info_64.h
diff options
context:
space:
mode:
authorGlauber de Oliveira Costa <gcosta@redhat.com>2008-01-30 13:31:38 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:31:38 +0100
commitfc87e9061a5635fe1b367dad95498846dd5eda31 (patch)
tree6b10d1714359b22c9c28e85627888552d644833b /include/asm-x86/thread_info_64.h
parent2c1c468a382e64afccacdfe03fa4c0615cd4264f (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/thread_info_64.h')
-rw-r--r--include/asm-x86/thread_info_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/thread_info_64.h b/include/asm-x86/thread_info_64.h
index c2911a99cc32..9b531ea015a8 100644
--- a/include/asm-x86/thread_info_64.h
+++ b/include/asm-x86/thread_info_64.h
@@ -21,7 +21,7 @@
#ifndef __ASSEMBLY__
struct task_struct;
struct exec_domain;
-#include <asm/mmsegment.h>
+#include <asm/processor.h>
struct thread_info {
struct task_struct *task; /* main task structure */