kernel/arch/nds32/include/asm/tlbflush.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.01 +/* SPDX-License-Identifier: GPL-2.0 */2 2 // Copyright (C) 2005-2017 Andes Technology Corporation 3 3 4 4 #ifndef _ASMNDS32_TLBFLUSH_H .. .. @@ -42,6 +42,5 @@ 42 42 43 43 void update_mmu_cache(struct vm_area_struct *vma, 44 44 unsigned long address, pte_t * pte); 45 -void tlb_migrate_finish(struct mm_struct *mm);46 45 47 46 #endif