Module Name:    src
Committed By:   mrg
Date:           Sun Dec 20 03:38:59 UTC 2009

Modified Files:
        src/sys/arch/sparc/sparc: cpuvar.h

Log Message:
add per-cpu event counters for lev10 and lev14 interrupts.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/sparc/sparc/cpuvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc/sparc/cpuvar.h
diff -u src/sys/arch/sparc/sparc/cpuvar.h:1.79 src/sys/arch/sparc/sparc/cpuvar.h:1.80
--- src/sys/arch/sparc/sparc/cpuvar.h:1.79	Sun May 31 20:09:44 2009
+++ src/sys/arch/sparc/sparc/cpuvar.h	Sun Dec 20 03:38:59 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpuvar.h,v 1.79 2009/05/31 20:09:44 mrg Exp $ */
+/*	$NetBSD: cpuvar.h,v 1.80 2009/12/20 03:38:59 mrg Exp $ */
 
 /*
  *  Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -331,6 +331,10 @@
 	 * in this region that aren't part of the cpu_info to uvm.
 	 */
 	vaddr_t	ci_free_sva1, ci_free_eva1, ci_free_sva2, ci_free_eva2;
+
+	char ci_cpuname[8];	/* "cpu/0", etc. */
+	struct evcnt ci_lev10;
+	struct evcnt ci_lev14;
 };
 
 /*

Reply via email to