Date: Fri, 24 Mar 2006 18:11:49 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 93936 for review Message-ID: <200603241811.k2OIBnLK006425@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93936 Change 93936 by kmacy@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603241811.k2OIBnLK006425>