hwcap2.h 135 B

1234567
  1. #ifndef _ASM_X86_HWCAP2_H
  2. #define _ASM_X86_HWCAP2_H
  3. /* MONITOR/MWAIT enabled in Ring 3 */
  4. #define HWCAP2_RING3MWAIT (1 << 0)
  5. #endif