Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2004 09:25:52 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48350 for review
Message-ID:  <200403071725.i27HPqqM041774@repoman.freebsd.org>

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

Change 48350 by marcel@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;



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