[SPARC64]: Preload TSB entries from update_mmu_cache().
Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/asm-sparc64/mmu.h b/include/asm-sparc64/mmu.h
index 76008ff6..18f98ed 100644
--- a/include/asm-sparc64/mmu.h
+++ b/include/asm-sparc64/mmu.h
@@ -97,6 +97,8 @@
unsigned long pte;
} __attribute__((aligned(TSB_ENTRY_ALIGNMENT)));
+extern void tsb_insert(struct tsb *ent, unsigned long tag, unsigned long pte);
+
typedef struct {
unsigned long sparc64_ctx_val;
struct tsb *tsb;