svn commit: r191847 - head/sys/amd64/include

Doug Rabson dfr at FreeBSD.org
Wed May 6 17:48:40 UTC 2009


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


More information about the svn-src-all mailing list