summaryrefslogtreecommitdiff
path: root/include/asm-sparc64/mmu.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-02-01 02:32:04 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 09:11:19 (GMT)
commitb70c0fa1613c4f69b4a340a0e2bee387560ebbb1 (patch)
treef7bf22ab75cb9118f5772353fef6efd923faa212 /include/asm-sparc64/mmu.h
parentbd40791e1d289d807b8580abe1f117e9c62894e4 (diff)
downloadlinux-fsl-qoriq-b70c0fa1613c4f69b4a340a0e2bee387560ebbb1.tar.xz
[SPARC64]: Preload TSB entries from update_mmu_cache().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/mmu.h')
-rw-r--r--include/asm-sparc64/mmu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/mmu.h b/include/asm-sparc64/mmu.h
index 76008ff..18f98ed 100644
--- a/include/asm-sparc64/mmu.h
+++ b/include/asm-sparc64/mmu.h
@@ -97,6 +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);
+
typedef struct {
unsigned long sparc64_ctx_val;
struct tsb *tsb;