Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/cpuctl/arch need cpufunc.h for rdmsr
details: https://anonhg.NetBSD.org/src/rev/b29c973da114
branches: trunk
changeset: 999008:b29c973da114
user: christos <christos%NetBSD.org@localhost>
date: Sat May 11 12:59:50 2019 +0000
description:
need cpufunc.h for rdmsr
diffstat:
usr.sbin/cpuctl/arch/i386.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 3215f9827628 -r b29c973da114 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Sat May 11 12:58:17 2019 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Sat May 11 12:59:50 2019 +0000
@@ -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 @@
#include <x86/cpuvar.h>
#include <x86/cputypes.h>
+#include <x86/cpufunc.h>
#include <x86/cacheinfo.h>
#include <x86/cpu_ucode.h>
Home |
Main Index |
Thread Index |
Old Index