aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/mmu.h
diff options
context:
space:
mode:
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 76008ff6a90b..18f98edfbcda 100644
--- a/include/asm-sparc64/mmu.h
+++ b/include/asm-sparc64/mmu.h
@@ -97,6 +97,8 @@ struct tsb {
97 unsigned long pte; 97 unsigned long pte;
98} __attribute__((aligned(TSB_ENTRY_ALIGNMENT))); 98} __attribute__((aligned(TSB_ENTRY_ALIGNMENT)));
99 99
100extern void tsb_insert(struct tsb *ent, unsigned long tag, unsigned long pte);
101
100typedef struct { 102typedef struct {
101 unsigned long sparc64_ctx_val; 103 unsigned long sparc64_ctx_val;
102 struct tsb *tsb; 104 struct tsb *tsb;