Module Name:    src
Committed By:   christos
Date:           Sat May 11 12:59:50 UTC 2019

Modified Files:
        src/usr.sbin/cpuctl/arch: i386.c

Log Message:
need cpufunc.h for rdmsr


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/usr.sbin/cpuctl/arch/i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/cpuctl/arch/i386.c
diff -u src/usr.sbin/cpuctl/arch/i386.c:1.96 src/usr.sbin/cpuctl/arch/i386.c:1.97
--- src/usr.sbin/cpuctl/arch/i386.c:1.96	Fri May 10 12:42:57 2019
+++ src/usr.sbin/cpuctl/arch/i386.c	Sat May 11 08:59:50 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: i386.c,v 1.96 2019/05/10 16:42:57 mlelstv Exp $	*/
+/*	$NetBSD: i386.c,v 1.97 2019/05/11 12:59:50 christos Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: i386.c,v 1.96 2019/05/10 16:42:57 mlelstv Exp $");
+__RCSID("$NetBSD: i386.c,v 1.97 2019/05/11 12:59:50 christos Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -81,6 +81,7 @@ __RCSID("$NetBSD: i386.c,v 1.96 2019/05/
 
 #include <x86/cpuvar.h>
 #include <x86/cputypes.h>
+#include <x86/cpufunc.h>
 #include <x86/cacheinfo.h>
 #include <x86/cpu_ucode.h>
 

Reply via email to