summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-09-24 14:22:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-09-24 14:22:50 +0000
commit6e2ea7ce732c94456d0c49db94ed26c8576c51d7 (patch)
treec02ae173cf40402ad1b514a0bf2501fda214f133 /sys/arch/mips64/include
parentd52df26f7c3c2366a760882d1c325cf28a961381 (diff)
new style interrupt counters; pefo ok
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/types.h b/sys/arch/mips64/include/types.h
index 9db319333e5..33f53a9bcc7 100644
--- a/sys/arch/mips64/include/types.h
+++ b/sys/arch/mips64/include/types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: types.h,v 1.3 2004/08/15 10:37:36 pefo Exp $ */
+/* $OpenBSD: types.h,v 1.4 2004/09/24 14:22:49 deraadt Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -93,5 +93,6 @@ typedef struct label_t {
/* XXX check why this still has to be defined. pmap.c issue? */
#define __SWAP_BROKEN
+#define __HAVE_EVCOUNT
#endif /* !_MIPS_TYPES_H_ */