Date: Thu, 24 Apr 2003 15:08:40 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 29639 for review Message-ID: <200304242208.h3OM8eED093535@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=29639 Change 29639 by peter@peter_daintree on 2003/04/24 15:08:01 AST processing is kind of useful. Affected files ... .. //depot/projects/hammer/sys/x86_64/x86_64/exception.s#19 edit Differences ... ==== //depot/projects/hammer/sys/x86_64/x86_64/exception.s#19 (text+ko) ==== @@ -224,7 +224,6 @@ /* * Check if ASTs can be handled now. */ -#if 0 testb $SEL_RPL_MASK,TF_CS(%rsp) /* are we returning to user mode? */ jz doreti_exit /* can't handle ASTs now if not */ @@ -251,7 +250,6 @@ * registers. The fault is handled in trap.c. */ doreti_exit: -#endif MEXITCOUNT popq %r15help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304242208.h3OM8eED093535>
