X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-kexec/blobdiff_plain/634c05247a30d6f6890fb722fbcade61a36b8d58..1109a23f956da8bcd71c6430020e0321d7469069:/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;