Module Name:    src
Committed By:   cliff
Date:           Sat May 28 02:24:47 UTC 2011

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c

Log Message:
use "intr" instead of "int" for clock evcnt names


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/sys/arch/mips/mips/cpu_subr.c

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/mips/mips/cpu_subr.c
diff -u src/sys/arch/mips/mips/cpu_subr.c:1.1.2.18 src/sys/arch/mips/mips/cpu_subr.c:1.1.2.19
--- src/sys/arch/mips/mips/cpu_subr.c:1.1.2.18	Thu May 26 19:21:56 2011
+++ src/sys/arch/mips/mips/cpu_subr.c	Sat May 28 02:24:47 2011
@@ -228,10 +228,10 @@
 
 	evcnt_attach_dynamic(&ci->ci_ev_count_compare,
 		EVCNT_TYPE_INTR, NULL, xname,
-		"int 5 (clock)");
+		"intr 5 (clock)");
 	evcnt_attach_dynamic(&ci->ci_ev_count_compare_missed,
 		EVCNT_TYPE_INTR, NULL, xname,
-		"int 5 (clock) missed");
+		"intr 5 (clock) missed");
 	evcnt_attach_dynamic(&ci->ci_ev_fpu_loads,
 		EVCNT_TYPE_MISC, NULL, xname,
 		"fpu loads");

Reply via email to