PERFORCE change 93936 for review

Kip Macy kmacy at FreeBSD.org
Fri Mar 24 18:11:52 UTC 2006


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

Change 93936 by kmacy at kmacy_storage:sun4vtmp on 2006/03/24 18:11:33

	adjust reserved range so dev_mondo lines up correctly

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/exception.S#38 edit

Differences ...

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

@@ -325,13 +325,14 @@
 	
 	.macro	cpu_mondo
 	MAGIC_TRAP_ON
-	MAGIC_EXIT
+	ba,a,pt %xcc, cpu_mondo
 	.align	32
 	.endm
 
 	.macro	dev_mondo
 	MAGIC_TRAP_ON
 	MAGIC_EXIT
+	ba,a,pt %xcc, dev_mondo
 	.align	32
 	.endm
 
@@ -667,7 +668,7 @@
 	tl0_reserved	9				! 0x63-0x6b
 tl0_data_prot_6c:	
 	data_prot					! 0x6c
-	tl0_reserved	8				! 0x6d-0x75
+	tl0_reserved	9				! 0x6d-0x75
 tl0_breakpoint_76:
 	tl0_gen		T_BREAKPOINT			! 0x76
 	tl0_reserved	5				! 0x77-0x7b
@@ -1214,7 +1215,7 @@
 	be,pn	%xcc, tl1_trap
 	  nop
 	
-	MAGIC_TRAP_OFF	
+!	MAGIC_TRAP_OFF	
 	rdpr	%tstate, %g5
 	btst	TSTATE_PRIV, %g5
 	and	%g5, TSTATE_CWP_MASK, %g6


More information about the p4-projects mailing list