Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Uses cpu_feature, so include <machine/cpuva...
details: https://anonhg.NetBSD.org/src/rev/15a8337ef6ff
branches: trunk
changeset: 754180:15a8337ef6ff
user: jym <jym%NetBSD.org@localhost>
date: Thu Apr 22 21:47:32 2010 +0000
description:
Uses cpu_feature, so include <machine/cpuvar.h>
diffstat:
sys/arch/x86/x86/via_padlock.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 83792977a6c5 -r 15a8337ef6ff sys/arch/x86/x86/via_padlock.c
--- a/sys/arch/x86/x86/via_padlock.c Thu Apr 22 21:41:11 2010 +0000
+++ b/sys/arch/x86/x86/via_padlock.c Thu Apr 22 21:47:32 2010 +0000
@@ -1,5 +1,5 @@
/* $OpenBSD: via.c,v 1.8 2006/11/17 07:47:56 tom Exp $ */
-/* $NetBSD: via_padlock.c,v 1.12 2010/04/18 23:47:51 jym Exp $ */
+/* $NetBSD: via_padlock.c,v 1.13 2010/04/22 21:47:32 jym Exp $ */
/*-
* Copyright (c) 2003 Jason Wright
@@ -20,7 +20,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: via_padlock.c,v 1.12 2010/04/18 23:47:51 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: via_padlock.c,v 1.13 2010/04/22 21:47:32 jym Exp $");
#include "rnd.h"
@@ -43,6 +43,7 @@
#include <x86/specialreg.h>
#include <machine/cpufunc.h>
+#include <machine/cpuvar.h>
#include <opencrypto/cryptodev.h>
#include <opencrypto/cryptosoft.h>
Home |
Main Index |
Thread Index |
Old Index