forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/arch/nds32/include/asm/tlbflush.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 */
22 // Copyright (C) 2005-2017 Andes Technology Corporation
33
44 #ifndef _ASMNDS32_TLBFLUSH_H
....@@ -42,6 +42,5 @@
4242
4343 void update_mmu_cache(struct vm_area_struct *vma,
4444 unsigned long address, pte_t * pte);
45
-void tlb_migrate_finish(struct mm_struct *mm);
4645
4746 #endif