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:
parent
d234461695
commit
9298484319
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user