From 24b943fa1cd18d74d2bdc49472500d1cd7622082 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 9 Apr 2012 15:20:16 +0000 Subject: Recognize the RDRAND instruction feature. Submitted by: Michael Fuckner michael fuckner net MFC after: 3 days --- sys/x86/include/specialreg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/x86/include') diff --git a/sys/x86/include/specialreg.h b/sys/x86/include/specialreg.h index ce50e9a..c9a1240 100644 --- a/sys/x86/include/specialreg.h +++ b/sys/x86/include/specialreg.h @@ -153,6 +153,7 @@ #define CPUID2_OSXSAVE 0x08000000 #define CPUID2_AVX 0x10000000 #define CPUID2_F16C 0x20000000 +#define CPUID2_RDRAND 0x40000000 #define CPUID2_HV 0x80000000 /* -- cgit v1.1