diff options
author | Will Deacon <will@kernel.org> | 2021-05-27 14:03:17 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-06-01 20:53:53 +0300 |
commit | 58cc6b72a2127475296502fcb4d2b5006b7f4742 (patch) | |
tree | 609e0db2bbff167889665046ff1a386da2e2b9cb /arch/arm64/include/asm/memory.h | |
parent | 5ae632ed356c2f2e42a3e7ea447e98a9e684539c (diff) | |
download | linux-58cc6b72a2127475296502fcb4d2b5006b7f4742.tar.xz |
arm64: mm: Remove unused support for Device-GRE memory type
The Device-GRE memory type is unused, so remove it and reclaim a MAIR.
Cc: Christoph Hellwig <hch@lst.de>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Suggested-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20210505180228.GA3874@arm.com
Link: https://lore.kernel.org/r/20210527110319.22157-2-will@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/include/asm/memory.h')
-rw-r--r-- | arch/arm64/include/asm/memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/memory.h b/arch/arm64/include/asm/memory.h index 87b90dc27a43..1e025e3b655e 100644 --- a/arch/arm64/include/asm/memory.h +++ b/arch/arm64/include/asm/memory.h @@ -138,7 +138,6 @@ #define MT_NORMAL_WT 3 #define MT_DEVICE_nGnRnE 4 #define MT_DEVICE_nGnRE 5 -#define MT_DEVICE_GRE 6 /* * Memory types for Stage-2 translation |