Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2003 14:06:21 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28563 for review
Message-ID:  <200304082106.h38L6L6I090284@repoman.freebsd.org>

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

Change 28563 by peter@peter_daintree on 2003/04/08 14:06:00

	no need for this mess to be public.  It is static within machdep.c

Affected files ...

.. //depot/projects/hammer/sys/x86_64/include/tss.h#6 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/include/tss.h#6 (text+ko) ====

@@ -70,13 +70,4 @@
 };
 #pragma pack()
 
-#ifdef _KERNEL
-/* Hack to fight with the crazy alignment */
-struct aligned_tss {
-	u_int32_t pad;
-	struct x86_64tss tss __packed;
-};
-extern struct aligned_tss common_tss;
-#endif
-
 #endif /* _MACHINE_TSS_H_ */



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