diff options
author | Zenghui Yu <yuzenghui@huawei.com> | 2020-04-15 12:57:46 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-04-28 15:51:33 +0200 |
commit | f4be140fa33f9c9ba36374a52e1c317f0ba17089 (patch) | |
tree | cb0e71648d0adc68518a6f7c94518b8533824244 /arch/arm64/include/asm/pgtable-hwdef.h | |
parent | arm64/kernel: Fix range on invalidating dcache for boot page tables (diff) | |
download | linux-f4be140fa33f9c9ba36374a52e1c317f0ba17089.tar.xz linux-f4be140fa33f9c9ba36374a52e1c317f0ba17089.zip |
KVM: arm64: Drop PTE_S2_MEMATTR_MASK
The only user of PTE_S2_MEMATTR_MASK macro had been removed since
commit a501e32430d4 ("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: Zenghui Yu <yuzenghui@huawei.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200415105746.314-1-yuzenghui@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/include/asm/pgtable-hwdef.h')
-rw-r--r-- | arch/arm64/include/asm/pgtable-hwdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/pgtable-hwdef.h b/arch/arm64/include/asm/pgtable-hwdef.h index 6bf5e650da78..99315bdca0e6 100644 --- a/arch/arm64/include/asm/pgtable-hwdef.h +++ b/arch/arm64/include/asm/pgtable-hwdef.h @@ -190,7 +190,6 @@ * Memory Attribute override for Stage-2 (MemAttr[3:0]) */ #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 |