Author: dfr
Date: Wed May  6 17:48:39 2009
New Revision: 191847
URL: http://svn.freebsd.org/changeset/base/191847

Log:
  Fix XENHVM build.

Modified:
  head/sys/amd64/include/pcpu.h

Modified: head/sys/amd64/include/pcpu.h
==============================================================================
--- head/sys/amd64/include/pcpu.h       Wed May  6 13:30:46 2009        
(r191846)
+++ head/sys/amd64/include/pcpu.h       Wed May  6 17:48:39 2009        
(r191847)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to