Author: gibbs
Date: Sun Sep 22 00:54:22 2013
New Revision: 255781
URL: http://svnweb.freebsd.org/changeset/base/255781

Log:
  Fix compilation of the i386 PAE kernel config.
  
  sys/i386/include/xen/xenvar.h:
        Provide vtomach() when PAE is defined.
  
  Approved by:  re (blanket Xen)

Modified:
  head/sys/i386/include/xen/xenvar.h

Modified: head/sys/i386/include/xen/xenvar.h
==============================================================================
--- head/sys/i386/include/xen/xenvar.h  Sat Sep 21 23:30:32 2013        
(r255780)
+++ head/sys/i386/include/xen/xenvar.h  Sun Sep 22 00:54:22 2013        
(r255781)
@@ -107,9 +107,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)
 
_______________________________________________
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