Subject: Common include files Sort out the common include files. Adds asm/types.h for x86_64 and linux/compiler.h for x86_32. Not needed but the ifdeffing would be awkward. Signed-off-by: Christoph Lameter --- include/asm-x86/thread_info.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Index: linux-2.6.25-mm1/include/asm-x86/thread_info.h =================================================================== --- linux-2.6.25-mm1.orig/include/asm-x86/thread_info.h 2008-04-26 20:16:19.213639384 -0700 +++ linux-2.6.25-mm1/include/asm-x86/thread_info.h 2008-04-26 20:16:23.133639758 -0700 @@ -9,10 +9,11 @@ #ifdef __KERNEL__ -#ifdef CONFIG_X86_32 - #include #include +#include + +#ifdef CONFIG_X86_32 #ifndef __ASSEMBLY__ #include @@ -206,8 +207,6 @@ static inline void set_restore_sigmask(v #else /* X86_32 */ -#include -#include #include /*