summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/tss.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-10-27 08:30:59 +0000
committerbde <bde@FreeBSD.org>2000-10-27 08:30:59 +0000
commit0409d20c481a7971dfde8cdb5abd35c2a5513865 (patch)
tree213bdbb7dcc09488ec528b44c6ee165085345466 /sys/amd64/include/tss.h
parent1eb23e9e86940a2ef00f6ffd88d6c97b82c914fe (diff)
downloadFreeBSD-src-0409d20c481a7971dfde8cdb5abd35c2a5513865.zip
FreeBSD-src-0409d20c481a7971dfde8cdb5abd35c2a5513865.tar.gz
Declare or #define per-cpu globals in <machine/globals.h> in all cases.
The i386 UP case was messily different.
Diffstat (limited to 'sys/amd64/include/tss.h')
-rw-r--r--sys/amd64/include/tss.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h
index 77b9443..101c218 100644
--- a/sys/amd64/include/tss.h
+++ b/sys/amd64/include/tss.h
@@ -40,8 +40,6 @@
#ifndef _MACHINE_TSS_H_
#define _MACHINE_TSS_H_ 1
-#include <machine/globals.h>
-
/*
* Intel 386 Context Data Type
*/
@@ -82,10 +80,4 @@ struct i386tss {
/* XXX unimplemented .. i/o permission bitmap */
};
-#ifdef _KERNEL
-#ifndef common_tss
-extern struct i386tss common_tss;
-#endif
-#endif
-
#endif /* _MACHINE_TSS_H_ */
OpenPOWER on IntegriCloud