Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 14:14:30 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29631 for review
Message-ID:  <200304242114.h3OLEU2A053914@repoman.freebsd.org>

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

Change 29631 by peter@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;
 };



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