PT_UPDATES_FLUSH() is used in common code so it needs to be defined

even in the !defined(XEN) case

MFC after:	1 month
This commit is contained in:
kmacy 2008-08-18 21:35:09 +00:00
parent 6c06c4f875
commit 06b9c603d7

View File

@ -283,6 +283,8 @@ pmap_kextract(vm_offset_t va)
}
return pa;
}
#define PT_UPDATES_FLUSH()
#endif
#if defined(PAE) && !defined(XEN)