]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/x86/include/uapi/asm/hwcap2.h
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / arch / x86 / include / uapi / asm / hwcap2.h
1 #ifndef _ASM_X86_HWCAP2_H
2 #define _ASM_X86_HWCAP2_H
3
4 /* MONITOR/MWAIT enabled in Ring 3 */
5 #define HWCAP2_RING3MWAIT               (1 << 0)
6
7 #endif