Module Name:    src
Committed By:   nonaka
Date:           Fri Jan 30 14:54:46 UTC 2015

Modified Files:
        src/sys/arch/evbppc/conf: TWRP1025

Log Message:
Added lockstat


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbppc/conf/TWRP1025

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/evbppc/conf/TWRP1025
diff -u src/sys/arch/evbppc/conf/TWRP1025:1.19 src/sys/arch/evbppc/conf/TWRP1025:1.20
--- src/sys/arch/evbppc/conf/TWRP1025:1.19	Fri Dec 26 11:56:14 2014
+++ src/sys/arch/evbppc/conf/TWRP1025	Fri Jan 30 14:54:46 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: TWRP1025,v 1.19 2014/12/26 11:56:14 nonaka Exp $
+#	$NetBSD: TWRP1025,v 1.20 2015/01/30 14:54:46 nonaka Exp $
 #
 #	TWRP1025 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@ include		"arch/evbppc/conf/std.mpc85xx"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident 		"TWRP1025-$Revision: 1.19 $"
+ident 		"TWRP1025-$Revision: 1.20 $"
 
 maxusers	32
 
@@ -230,3 +230,4 @@ pseudo-device	ksyms			# /dev/ksyms
 pseudo-device	pty			# pseudo-terminals
 pseudo-device	kttcp			# kernel ttcp
 pseudo-device	vlan			# 802.1Q VLANs
+pseudo-device	lockstat		# lock profiling

Reply via email to