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:
parent
6c06c4f875
commit
06b9c603d7
@ -283,6 +283,8 @@ pmap_kextract(vm_offset_t va)
|
||||
}
|
||||
return pa;
|
||||
}
|
||||
|
||||
#define PT_UPDATES_FLUSH()
|
||||
#endif
|
||||
|
||||
#if defined(PAE) && !defined(XEN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user