Re: [PATCH] um: tlb: Remove unused flush_tlb_mm_range function

2024-04-14 Thread Tiwei Bie
On 4/15/24 5:19 AM, Ivan Orlov wrote: > GCC 11.4.0 produces the following warning when compiling the kernel for > UML architecture (with UML defconfig): > > arch/um/kernel/tlb.c:579:6: warning: no previous prototype for > ‘flush_tlb_mm_range’ [-Wmissing-prototypes] > 579 | void flush_tlb_mm_ran

[PATCH] um: tlb: Remove unused flush_tlb_mm_range function

2024-04-14 Thread Ivan Orlov
GCC 11.4.0 produces the following warning when compiling the kernel for UML architecture (with UML defconfig): arch/um/kernel/tlb.c:579:6: warning: no previous prototype for ‘flush_tlb_mm_range’ [-Wmissing-prototypes] 579 | void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start,) Th