X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-kexec/blobdiff_plain/0c549ba1cfe1d2d61c07eccab7f274740b706ed6..HEAD:/tlbflush.h diff --git a/tlbflush.h b/tlbflush.h index d2005de..51de998 100644 --- a/tlbflush.h +++ b/tlbflush.h @@ -322,7 +322,7 @@ extern struct cpu_tlb_fns cpu_tlb; #define tlb_flag(f) ((always_tlb_flags & (f)) || (__tlb_flag & possible_tlb_flags & (f))) -static inline void local_flush_tlb_all(void) +static inline void my_local_flush_tlb_all(void) { const int zero = 0; const unsigned int __tlb_flag = __cpu_tlb_flags;