Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2006 19:25:03 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97530 for review
Message-ID:  <200605201925.k4KJP3wN087497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97530

Change 97530 by kmacy@kmacy_storage:sun4v_work on 2006/05/20 19:24:29

	turn off verbose trap_pfault output

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/trap.c#10 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/trap.c#10 (text+ko) ====

@@ -437,7 +437,7 @@
 	type = type & ~T_KERNEL;
 	va = TLB_TAR_VA(data);
 
-#if 1
+#if 0
 	printf("trap_pfault(type=%ld, data=0x%lx, tpc=0x%lx, ctx=0x%lx)\n", 
 	       type, data, tf->tf_tpc, ctx);
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605201925.k4KJP3wN087497>