Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/sparc Add EV_COUNT.



details:   https://anonhg.NetBSD.org/src/rev/846f1d4e1b4a
branches:  trunk
changeset: 565680:846f1d4e1b4a
user:      pk <pk%NetBSD.org@localhost>
date:      Sat Apr 17 22:36:54 2004 +0000

description:
Add EV_COUNT.

diffstat:

 sys/arch/sparc/sparc/genassym.cf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 66a93a542f41 -r 846f1d4e1b4a sys/arch/sparc/sparc/genassym.cf
--- a/sys/arch/sparc/sparc/genassym.cf  Sat Apr 17 22:34:14 2004 +0000
+++ b/sys/arch/sparc/sparc/genassym.cf  Sat Apr 17 22:36:54 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.42 2004/04/17 10:07:58 pk Exp $
+#      $NetBSD: genassym.cf,v 1.43 2004/04/17 22:36:54 pk Exp $
 
 #
 # Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -138,6 +138,7 @@
 define V_INTR          offsetof(struct uvmexp, intrs)
 define V_SOFT          offsetof(struct uvmexp, softs)
 define V_FAULTS        offsetof(struct uvmexp, faults)
+define EV_COUNT        offsetof(struct evcnt, ev_count)
 
 # CPU info structure
 define CPUINFO_STRUCTSIZE      sizeof(struct cpu_info)



Home | Main Index | Thread Index | Old Index