Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12-rc4 7 lines 135 B view raw
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