summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-05-31 17:01:00 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-05-31 17:01:00 +0000
commit0faf86143c2027b28f4556d51a85d11a7d34d175 (patch)
tree6debb849b519f22dbc83dd28889b030451581ed3 /sys/arch/m88k
parentea9ebfb244fb9dc26a6b25e3f59df7b09767535a (diff)
remove counters for simplelocks
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/include/cpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h
index a9c7089d92d..9a68254a86f 100644
--- a/sys/arch/m88k/include/cpu.h
+++ b/sys/arch/m88k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.59 2013/03/12 09:37:16 mpi Exp $ */
+/* $OpenBSD: cpu.h,v 1.60 2013/05/31 17:00:58 tedu Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1992, 1993
@@ -145,8 +145,6 @@ struct cpu_info {
u_int ci_intrdepth; /* interrupt depth */
- u_long ci_spin_locks; /* spin locks counter */
-
int ci_ddb_state; /* ddb status */
#define CI_DDB_RUNNING 0
#define CI_DDB_ENTERDDB 1