[SPARC64]: Access TSB with physical addresses when possible.
[safe/jmp/linux-2.6] / include / asm-sparc64 / mmu.h
index 18f98ed..55e6227 100644 (file)
@@ -97,7 +97,8 @@ struct tsb {
        unsigned long pte;
 } __attribute__((aligned(TSB_ENTRY_ALIGNMENT)));
 
-extern void tsb_insert(struct tsb *ent, unsigned long tag, unsigned long pte);
+extern void __tsb_insert(unsigned long ent, unsigned long tag, unsigned long pte);
+extern void tsb_flush(unsigned long ent, unsigned long tag);
 
 typedef struct {
        unsigned long   sparc64_ctx_val;