2023-07-20 15:19:48

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] arm64: Remove unsued extern declaration init_mem_pgprot()

commit a501e32430d4 ("arm64: Clean up the default pgprot setting")
left behind this.

Signed-off-by: YueHaibing <[email protected]>
---
arch/arm64/include/asm/mmu.h | 1 -
1 file changed, 1 deletion(-)

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,
--
2.34.1



2023-07-24 03:45:31

by Anshuman Khandual

[permalink] [raw]
Subject: Re: [PATCH -next] arm64: Remove unsued extern declaration init_mem_pgprot()

On 7/20/23 20:05, YueHaibing wrote:
> commit a501e32430d4 ("arm64: Clean up the default pgprot setting")
> left behind this.

This commit indeed left the declaration behind.

>
> Signed-off-by: YueHaibing <[email protected]>

Reviewed-by: Anshuman Khandual <[email protected]>

> ---
> arch/arm64/include/asm/mmu.h | 1 -
> 1 file changed, 1 deletion(-)
>
> 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,

2023-07-27 13:10:15

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH -next] arm64: Remove unsued extern declaration init_mem_pgprot()

On Thu, 20 Jul 2023 22:35:55 +0800, YueHaibing wrote:
> commit a501e32430d4 ("arm64: Clean up the default pgprot setting")
> left behind this.
>
>

Applied to arm64 (for-next/mm), thanks!

[1/1] arm64: Remove unsued extern declaration init_mem_pgprot()
https://git.kernel.org/arm64/c/42501f6d4d5d

Cheers,
--
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev