Fix XENHVM build.

This commit is contained in:
Doug Rabson 2009-05-06 17:48:39 +00:00
parent 94e9f5a1c2
commit 8480241102

View File

@ -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