summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcpu.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-12-26 00:07:19 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-12-26 00:07:19 +0000
commitb1b4f02f9487dee83b1575efa833c8dadb2cc2a3 (patch)
treeb7bf4f20cab66ba2a3a441b5a29d43f7c995d6a1 /sys/i386/include/pcpu.h
parent88140ea8c36c7dfff34f3256cfa57d1b9217be77 (diff)
downloadFreeBSD-src-b1b4f02f9487dee83b1575efa833c8dadb2cc2a3.zip
FreeBSD-src-b1b4f02f9487dee83b1575efa833c8dadb2cc2a3.tar.gz
Move global variable private_tss into per-cpu area.
Reviewed by: jhb
Diffstat (limited to 'sys/i386/include/pcpu.h')
-rw-r--r--sys/i386/include/pcpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h
index 6312b97..78621a8 100644
--- a/sys/i386/include/pcpu.h
+++ b/sys/i386/include/pcpu.h
@@ -54,7 +54,8 @@
struct segment_descriptor *pc_fsgs_gdt; \
int pc_currentldt; \
u_int pc_acpi_id; \
- u_int pc_apic_id
+ u_int pc_apic_id; \
+ int pc_private_tss /* flag indicating private tss */
#if defined(lint)
OpenPOWER on IntegriCloud