PERFORCE change 29631 for review
Peter Wemm
peter at FreeBSD.org
Thu Apr 24 14:14:32 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29631
Change 29631 by peter at peter_daintree on 2003/04/24 14:13:59
fix comment - tf_rsp/tf_ss are always pushed/popped now.
Affected files ...
.. //depot/projects/hammer/sys/x86_64/include/frame.h#7 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/include/frame.h#7 (text+ko) ====
@@ -70,7 +70,6 @@
int64_t tf_rip;
int64_t tf_cs;
int64_t tf_rflags;
- /* below only when crossing rings (e.g. user to kernel) */
int64_t tf_rsp;
int64_t tf_ss;
};
@@ -100,7 +99,6 @@
int64_t if_rip;
int64_t if_cs;
int64_t if_rflags;
- /* below only when crossing rings (e.g. user to kernel) */
int64_t if_rsp;
int64_t if_ss;
};
@@ -130,7 +128,6 @@
int64_t cf_rip;
int64_t cf_cs;
int64_t cf_rflags;
- /* below only when crossing rings (e.g. user to kernel) */
int64_t cf_rsp;
int64_t cf_ss;
};
More information about the p4-projects
mailing list