x86: move switch_to macro to system.h
[firefly-linux-kernel-4.4.55.git] / include / asm-x86 / system_32.h
1 #ifndef __ASM_SYSTEM_H
2 #define __ASM_SYSTEM_H
3
4 #include <asm/segment.h>
5 #include <asm/cpufeature.h>
6 #include <asm/cmpxchg.h>
7
8 #include <linux/irqflags.h>
9
10 /*
11  * disable hlt during certain critical i/o operations
12  */
13 #define HAVE_DISABLE_HLT
14
15 #endif