i386/x86_64: move headers to include/asm-x86
[linux-2.6/x86.git] / include / asm-x86 / thread_info.h
blobd5fd12f2abdbb141668c205dd424de8c91de90e4
1 #ifdef CONFIG_X86_32
2 # include "thread_info_32.h"
3 #else
4 # include "thread_info_64.h"
5 #endif