diff options
author | Christoph Lameter <clameter@sgi.com> | 2008-04-28 18:52:33 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 21:28:02 +0200 |
commit | 12a638e13c68bbe187782518dab375f4fa800fc4 (patch) | |
tree | f08865dcb67f24519c6f02fb08aa01f4889f45e6 /include/asm-x86/thread_info.h | |
parent | 2052e8d40ad58b1d364f900e70edfda62caa0874 (diff) | |
download | kernel-crypto-12a638e13c68bbe187782518dab375f4fa800fc4.tar.gz kernel-crypto-12a638e13c68bbe187782518dab375f4fa800fc4.tar.xz kernel-crypto-12a638e13c68bbe187782518dab375f4fa800fc4.zip |
x86: threadinfo: common include files
Move shared includes to a common area in thread_info.h
Adds asm/types.h for x86_64 and linux/compiler.h for x86_32. Not needed but
we can avoid some ifdeffing and it simplifies later joining.
Signed-off-by: Christoph Lameter <clameter@sgi.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.h')
-rw-r--r-- | include/asm-x86/thread_info.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/thread_info.h b/include/asm-x86/thread_info.h index d59384ac0ba..d2dc1a3b5d6 100644 --- a/include/asm-x86/thread_info.h +++ b/include/asm-x86/thread_info.h @@ -7,9 +7,11 @@ #ifndef _ASM_X86_THREAD_INFO_H #define _ASM_X86_THREAD_INFO_H -#ifdef CONFIG_X86_32 #include <linux/compiler.h> #include <asm/page.h> +#include <asm/types.h> + +#ifdef CONFIG_X86_32 #ifndef __ASSEMBLY__ #include <asm/processor.h> @@ -192,8 +194,6 @@ static inline struct thread_info *current_thread_info(void) #else /* X86_32 */ -#include <asm/page.h> -#include <asm/types.h> #include <asm/pda.h> /* |