diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-31 17:01:00 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-31 17:01:00 +0000 |
commit | 0faf86143c2027b28f4556d51a85d11a7d34d175 (patch) | |
tree | 6debb849b519f22dbc83dd28889b030451581ed3 /sys/arch/sparc64 | |
parent | ea9ebfb244fb9dc26a6b25e3f59df7b09767535a (diff) |
remove counters for simplelocks
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index e1bca2f7fa1..c99919f8902 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.82 2013/03/12 09:37:16 mpi Exp $ */ +/* $OpenBSD: cpu.h,v 1.83 2013/05/31 17:00:59 tedu Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -129,10 +129,6 @@ struct cpu_info { u_int64_t ci_tick; struct intrhand ci_tickintr; - /* DEBUG/DIAGNOSTIC stuff */ - u_long ci_spin_locks; /* # of spin locks held */ - u_long ci_simple_locks;/* # of simple locks held */ - /* Spinning up the CPU */ void (*ci_spinup)(void); /* spinup routine */ void *ci_initstack; |