PERFORCE change 48350 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 7 09:25:53 PST 2004


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

Change 48350 by marcel at marcel_nfs on 2004/03/07 09:25:04

	Don't update the mailbox again. It's already donr in
	set_mcontext(). I think this change got submitted by
	accident...

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/trap.c#70 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/trap.c#70 (text+ko) ====

@@ -452,11 +452,6 @@
 				    &mc, sizeof(mc));
 				if (!error) {
 					set_mcontext(td, &mc);
-					if (mc.mc_flags &
-					    _MC_FLAGS_KSE_SET_MBOX)
-						suword((caddr_t)
-						    mc.mc_special.ifa,
-						    mc.mc_special.isr);
 					return;	/* Don't call do_ast()!!! */
 				}
 				ucode = tf->tf_scratch.gr8;


More information about the p4-projects mailing list