PERFORCE change 93227 for review

Kip Macy kmacy at FreeBSD.org
Mon Mar 13 04:45:32 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=93227

Change 93227 by kmacy at 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)


More information about the p4-projects mailing list