From 38b302a111c25b2ca850c0ce8761761b2c48164a Mon Sep 17 00:00:00 2001 From: Luiz Souza Date: Wed, 21 Feb 2018 14:23:58 -0300 Subject: Revert "MFC r327597:" This reverts commit baf97fd773b0e19536ce41d9325f923f68da228e. --- sys/sys/cpuctl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/sys') diff --git a/sys/sys/cpuctl.h b/sys/sys/cpuctl.h index 65556ec..30af524 100644 --- a/sys/sys/cpuctl.h +++ b/sys/sys/cpuctl.h @@ -57,6 +57,5 @@ 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