summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/tss.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/amd64/include/tss.h
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/amd64/include/tss.h')
-rw-r--r--sys/amd64/include/tss.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h
index 1fada6e..fd07e35 100644
--- a/sys/amd64/include/tss.h
+++ b/sys/amd64/include/tss.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)tss.h 5.4 (Berkeley) 1/18/91
- * $Id: tss.h,v 1.3 1993/11/07 17:43:16 wollman Exp $
+ * $Id: tss.h,v 1.4 1993/11/17 23:25:04 wollman Exp $
*/
#ifndef _MACHINE_TSS_H_
@@ -59,16 +59,16 @@ struct i386tss {
#define tss_pc tss_eip
int tss_eflags; /* program status longword */
#define tss_psl tss_eflags
- int tss_eax;
- int tss_ecx;
- int tss_edx;
- int tss_ebx;
+ int tss_eax;
+ int tss_ecx;
+ int tss_edx;
+ int tss_ebx;
int tss_esp; /* user stack pointer */
#define tss_usp tss_esp
int tss_ebp; /* user frame pointer */
#define tss_fp tss_ebp
- int tss_esi;
- int tss_edi;
+ int tss_esi;
+ int tss_edi;
int tss_es; /* actually 16 bits: top 16 bits must be zero */
int tss_cs; /* actually 16 bits: top 16 bits must be zero */
int tss_ss; /* actually 16 bits: top 16 bits must be zero */
OpenPOWER on IntegriCloud