ANDROID: KVM: arm64: Remove 'pending reclaim' page flags

The HOST_PAGE_PENDING_RECLAIM and HOST_PAGE_NEED_POISONING flags are now
no longer used, remove them.

Bug: 229972313
Bug: 238945523
Change-Id: Ib88a22c486f9c5eab95f0763ff949426f883be83
Signed-off-by: Quentin Perret <qperret@google.com>
This commit is contained in:
Quentin Perret
2023-01-13 11:05:12 +00:00
parent a6c0641d2d
commit a1cdb3fe0e

View File

@@ -11,9 +11,7 @@
* Accesses to struct hyp_page flags are serialized by the host stage-2 * Accesses to struct hyp_page flags are serialized by the host stage-2
* page-table lock. * page-table lock.
*/ */
#define HOST_PAGE_NEED_POISONING BIT(0) #define MODULE_OWNED_PAGE BIT(0)
#define HOST_PAGE_PENDING_RECLAIM BIT(1)
#define MODULE_OWNED_PAGE BIT(2)
struct hyp_page { struct hyp_page {
unsigned short refcount; unsigned short refcount;