[PATCH 1/1] arm64: tlbflush.h: Clean up comment
Arun KS
arunks.linux at gmail.com
Tue May 20 21:22:37 PDT 2014
Hi Ritesh,
On Wed, May 21, 2014 at 9:43 AM, <ritesh.harjani at gmail.com> wrote:
> From: Ritesh Harjani <ritesh.harjani at gmail.com>
>
> Clean up the undefined function name(flush_kern_tlb_page)
> from the comment in tlbflush.h
>
> Signed-off-by: Ritesh Harjani <ritesh.harjani at gmail.com>
> ---
> arch/arm64/include/asm/tlbflush.h | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/arch/arm64/include/asm/tlbflush.h b/arch/arm64/include/asm/tlbflush.h
> index 8b48203..85e4f98 100644
> --- a/arch/arm64/include/asm/tlbflush.h
> +++ b/arch/arm64/include/asm/tlbflush.h
> @@ -63,12 +63,6 @@ extern struct cpu_tlb_fns cpu_tlb;
> * - vaddr - virtual address (may not be aligned)
> * - vma - vma_struct describing address range
> *
> - * flush_kern_tlb_page(kaddr)
> - *
> - * Invalidate the TLB entry for the specified page. The address
> - * will be in the kernels virtual memory space. Current uses
> - * only require the D-TLB to be invalidated.
> - * - kaddr - Kernel virtual memory address
> */
> static inline void flush_tlb_all(void)
Probably you can remove the following comment in same file as well.
"The arch/arm64/mm/tlb.S files implement these methods."
arch/arm64/mm/tlb.S file is no more and all the methods are
implemented in the current file.
Thanks,
Arun
> {
> --
> 1.8.1.3
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
More information about the linux-arm-kernel
mailing list