Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2006 04:45:31 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93227 for review
Message-ID:  <200603130445.k2D4jVZM075250@repoman.freebsd.org>

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

Change 93227 by kmacy@kmacy_storage:sun4v_work on 2006/03/13 04:44:30

	reduce debugging noise

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/swtch.S#9 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/swtch.S#9 (text+ko) ====

@@ -163,7 +163,6 @@
 	be,a,pn	%xcc, 5f
 	  nop	
 
-	MAGIC_TRAP_ON
 	mov	SCRATCH_REG_HASH_USER, %l6
 	mov	SCRATCH_REG_TSB_USER, %l7
 	ldx	[%i2 + PM_HASHSCRATCH], %l3	
@@ -195,7 +194,6 @@
 	/*
 	 * Done.  Return and load the new process's window from the stack.
 	 */
-	MAGIC_TRAP_OFF
 5:	ret
 	 restore
 END(cpu_switch)



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