cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / x86_64-linux-gnu / asm / hwcap2.h
diff --git a/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/asm/hwcap2.h b/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/asm/hwcap2.h
new file mode 100644 (file)
index 0000000..6ebaae9
--- /dev/null
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_X86_HWCAP2_H
+#define _ASM_X86_HWCAP2_H
+
+/* MONITOR/MWAIT enabled in Ring 3 */
+#define HWCAP2_RING3MWAIT              (1 << 0)
+
+#endif