PERFORCE change 76009 for review
David Xu
davidxu at FreeBSD.org
Tue Apr 26 07:31:04 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=76009
Change 76009 by davidxu at davidxu_tiger on 2005/04/26 14:31:00
Fix copy-paste error.
Affected files ...
.. //depot/projects/davidxu_thread/src/sys/i386/i386/sysenter.s#3 edit
Differences ...
==== //depot/projects/davidxu_thread/src/sys/i386/i386/sysenter.s#3 (text+ko) ====
@@ -68,5 +68,5 @@
1:
/* Requested full context restore, use doreti for that */
sti
- andq $~PCB_FULLCTX,PCB_FLAGS(%rax)
+ andl $~PCB_FULLCTX,PCB_FLAGS(%rax)
jmp doreti
More information about the p4-projects
mailing list