summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/cpu.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-07 23:10:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-07 23:10:47 +0000
commit82eede488a736053ee53d7963df114bb8c4f8e80 (patch)
tree34094ffb91e7cfe3131630966dc0a4deaf9bdd9a /sys/arch/vax/include/cpu.h
parentf6adcfa1e8fa253c177874131f7bd165bcbe0fd1 (diff)
new-style interrupt counters. based on initial work by hugh. ok miod
Diffstat (limited to 'sys/arch/vax/include/cpu.h')
-rw-r--r--sys/arch/vax/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/include/cpu.h b/sys/arch/vax/include/cpu.h
index a0df493ff3e..6a536162973 100644
--- a/sys/arch/vax/include/cpu.h
+++ b/sys/arch/vax/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.16 2004/06/13 21:49:21 niklas Exp $ */
+/* $OpenBSD: cpu.h,v 1.17 2004/07/07 23:10:45 deraadt Exp $ */
/* $NetBSD: cpu.h,v 1.41 1999/10/21 20:01:36 ragge Exp $ */
/*
@@ -37,6 +37,7 @@
#include <sys/cdefs.h>
#include <sys/device.h>
+#include <sys/evcount.h>
#include <machine/mtpr.h>
#include <machine/pte.h>