PERFORCE change 28563 for review
Peter Wemm
peter at FreeBSD.org
Tue Apr 8 14:06:24 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28563
Change 28563 by peter at 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_ */
More information about the p4-projects
mailing list