blob: 0bd2be5c7617dab877d0cad5ea90c5bf95b67678 [file] [log] [blame]
Grzegorz Andrejczuk0274f952017-01-20 14:22:34 +01001#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