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)
This commit is contained in:
Justin T. Gibbs 2013-09-22 00:54:22 +00:00
parent d234461695
commit 9298484319

View File

@ -107,9 +107,7 @@ void xen_destroy_contiguous_region(void * addr, int npages);
#elif defined(XENHVM)
#if !defined(PAE)
#define vtomach(va) pmap_kextract((vm_offset_t) (va))
#endif
#define PFNTOMFN(pa) (pa)
#define MFNTOPFN(ma) (ma)