]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/mm/tlb-r4k.c
Merge branch 'next/kvm' into mips-for-linux-next
[karo-tx-linux.git] / arch / mips / mm / tlb-r4k.c
index 2a7c9725b2a3b704a1028b2ec10a357495357c52..c643de4c473a8d67115c7f0d304ebe1dc1e8c4ce 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/smp.h>
 #include <linux/mm.h>
 #include <linux/hugetlb.h>
+#include <linux/module.h>
 
 #include <asm/cpu.h>
 #include <asm/bootinfo.h>
@@ -94,6 +95,7 @@ void local_flush_tlb_all(void)
        FLUSH_ITLB;
        EXIT_CRITICAL(flags);
 }
+EXPORT_SYMBOL(local_flush_tlb_all);
 
 /* All entries common to a mm share an asid.  To effectively flush
    these entries, we just bump the asid. */
@@ -424,7 +426,7 @@ void __cpuinit tlb_init(void)
                write_c0_pagegrain(pg);
        }
 
-        /* From this point on the ARC firmware is dead.  */
+       /* From this point on the ARC firmware is dead.  */
        local_flush_tlb_all();
 
        /* Did I tell you that ARC SUCKS?  */