aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/pcpu.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2009-05-06 17:48:39 +0000
committerDoug Rabson <dfr@FreeBSD.org>2009-05-06 17:48:39 +0000
commit8480241102f2c23920e7450bd9ad517ebf054697 (patch)
treed61c1065b9ea6c89ee25f905b544f8695fb38be8 /sys/amd64/include/pcpu.h
parent94e9f5a1c29c46b1435ee578ac08e4e680e30968 (diff)
Notes
Diffstat (limited to 'sys/amd64/include/pcpu.h')
-rw-r--r--sys/amd64/include/pcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h
index 139281a6b478..30f7a7be82d3 100644
--- a/sys/amd64/include/pcpu.h
+++ b/sys/amd64/include/pcpu.h
@@ -75,7 +75,7 @@
/* Pointer to the CPU LDT descriptor */ \
struct system_segment_descriptor *pc_ldt; \
/* Pointer to the CPU TSS descriptor */ \
- struct system_segment_descriptor *pc_tss
+ struct system_segment_descriptor *pc_tss \
PCPU_XEN_FIELDS
#ifdef _KERNEL