svn commit: r267101 - stable/9/sys/i386/include/xen

Marius Strobl marius at FreeBSD.org
Thu Jun 5 12:27:14 UTC 2014


Author: marius
Date: Thu Jun  5 12:27:14 2014
New Revision: 267101
URL: http://svnweb.freebsd.org/changeset/base/267101

Log:
  MFC: r255781
  
  Fix compilation of the i386 PAE kernel config. For stable/9, this also
  fixes the compilation of xenhvm.ko in the latter case.
  
  Approved by:	re (delphij)

Modified:
  stable/9/sys/i386/include/xen/xenvar.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/i386/include/xen/xenvar.h
==============================================================================
--- stable/9/sys/i386/include/xen/xenvar.h	Thu Jun  5 11:48:36 2014	(r267100)
+++ stable/9/sys/i386/include/xen/xenvar.h	Thu Jun  5 12:27:14 2014	(r267101)
@@ -106,9 +106,7 @@ void  xen_destroy_contiguous_region(void
 
 #elif defined(XENHVM)
 
-#if !defined(PAE)
 #define	vtomach(va)	pmap_kextract((vm_offset_t) (va))
-#endif
 #define	PFNTOMFN(pa)	(pa)
 #define	MFNTOPFN(ma)	(ma)
 


More information about the svn-src-all mailing list