From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/arch/nds32/include/asm/tlbflush.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/arch/nds32/include/asm/tlbflush.h b/kernel/arch/nds32/include/asm/tlbflush.h index 9b411f4..9715536 100644 --- a/kernel/arch/nds32/include/asm/tlbflush.h +++ b/kernel/arch/nds32/include/asm/tlbflush.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ // Copyright (C) 2005-2017 Andes Technology Corporation #ifndef _ASMNDS32_TLBFLUSH_H @@ -42,6 +42,5 @@ void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t * pte); -void tlb_migrate_finish(struct mm_struct *mm); #endif -- Gitblit v1.6.2