From 29512c967a8c82fe0de1e68058be2c424396dd86 Mon Sep 17 00:00:00 2001 From: Luiz Souza Date: Fri, 23 Feb 2018 19:42:43 -0300 Subject: Revert "Revert "MFC r327597:"" This reverts commit 38b302a111c25b2ca850c0ce8761761b2c48164a. --- sys/sys/cpuctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sys') diff --git a/sys/sys/cpuctl.h b/sys/sys/cpuctl.h index 30af524..65556ec 100644 --- a/sys/sys/cpuctl.h +++ b/sys/sys/cpuctl.h @@ -57,5 +57,6 @@ typedef struct { #define CPUCTL_MSRSBIT _IOWR('c', 5, cpuctl_msr_args_t) #define CPUCTL_MSRCBIT _IOWR('c', 6, cpuctl_msr_args_t) #define CPUCTL_CPUID_COUNT _IOWR('c', 7, cpuctl_cpuid_count_args_t) +#define CPUCTL_EVAL_CPU_FEATURES _IO('c', 8) #endif /* _CPUCTL_H_ */ -- cgit v1.1