Commit f4be140f authored by Zenghui Yu's avatar Zenghui Yu Committed by Will Deacon

KVM: arm64: Drop PTE_S2_MEMATTR_MASK

The only user of PTE_S2_MEMATTR_MASK macro had been removed since
commit a501e324 ("arm64: Clean up the default pgprot setting").
It has been about six years and no one has used it again.

Let's drop it.
Signed-off-by: default avatarZenghui Yu <yuzenghui@huawei.com>
Acked-by: default avatarMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200415105746.314-1-yuzenghui@huawei.comSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent 9d2d75ed
...@@ -190,7 +190,6 @@ ...@@ -190,7 +190,6 @@
* Memory Attribute override for Stage-2 (MemAttr[3:0]) * Memory Attribute override for Stage-2 (MemAttr[3:0])
*/ */
#define PTE_S2_MEMATTR(t) (_AT(pteval_t, (t)) << 2) #define PTE_S2_MEMATTR(t) (_AT(pteval_t, (t)) << 2)
#define PTE_S2_MEMATTR_MASK (_AT(pteval_t, 0xf) << 2)
/* /*
* EL2/HYP PTE/PMD definitions * EL2/HYP PTE/PMD definitions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment