diff options
author | Will Deacon <will@kernel.org> | 2023-08-25 14:36:18 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-08-25 14:36:18 +0300 |
commit | 7abb3e4ee0d1cbd19defcb366611ae472f34298f (patch) | |
tree | 1c7b02efd2bd6d454b02faed6d702ac5db38328f /arch/arm64/include/asm/mmu.h | |
parent | 438ddc3c4255dc43f726a2207d37954188b63241 (diff) | |
parent | 4e0bacd65e72f7f9b1b60e48e85e6d4187474644 (diff) | |
download | linux-7abb3e4ee0d1cbd19defcb366611ae472f34298f.tar.xz |
Merge branch 'for-next/mm' into for-next/core
* for-next/mm:
arm64: fix build warning for ARM64_MEMSTART_SHIFT
arm64: Remove unsued extern declaration init_mem_pgprot()
arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty state
arm64/mm: Add pte_rdonly() helper
arm64/mm: Directly use ID_AA64MMFR2_EL1_VARange_MASK
arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASK
Diffstat (limited to 'arch/arm64/include/asm/mmu.h')
-rw-r--r-- | arch/arm64/include/asm/mmu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/mmu.h b/arch/arm64/include/asm/mmu.h index 4384eaa0aeb7..94b68850cb9f 100644 --- a/arch/arm64/include/asm/mmu.h +++ b/arch/arm64/include/asm/mmu.h @@ -64,7 +64,6 @@ extern void arm64_memblock_init(void); extern void paging_init(void); extern void bootmem_init(void); extern void __iomem *early_io_map(phys_addr_t phys, unsigned long virt); -extern void init_mem_pgprot(void); extern void create_mapping_noalloc(phys_addr_t phys, unsigned long virt, phys_addr_t size, pgprot_t prot); extern void create_pgd_mapping(struct mm_struct *mm, phys_addr_t phys, |