X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-kexec/blobdiff_plain/c4f2433ea405da1feeee7e15c64c8452eda8cd39..HEAD:/idmap.c diff --git a/idmap.c b/idmap.c index e667f74..c108a73 100644 --- a/idmap.c +++ b/idmap.c @@ -1,5 +1,6 @@ #include +#include "tlbflush.h" #include #include #include @@ -88,5 +89,5 @@ void setup_mm_for_reboot(char mode) * "borrowed". */ identity_mapping_add(current->active_mm->pgd, 0, TASK_SIZE); - local_flush_tlb_all(); + my_local_flush_tlb_all(); }