]> git.zerfleddert.de Git - ms2-kexec/blobdiff - idmap.c
A bit of a success :-)
[ms2-kexec] / idmap.c
diff --git a/idmap.c b/idmap.c
index e667f7446da08557f5bd33f5c4441e791c033b68..c108a73f33b7f8e2df26631cb54c96e2752e4c5f 100644 (file)
--- a/idmap.c
+++ b/idmap.c
@@ -1,5 +1,6 @@
 #include <linux/kernel.h>
 
+#include "tlbflush.h"
 #include <asm/cputype.h>
 #include <asm/pgalloc.h>
 #include <asm/pgtable.h>
@@ -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();
 }
Impressum, Datenschutz