aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/tlbmisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/tlbmisc.h')
-rw-r--r--arch/mips/include/asm/tlbmisc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/include/asm/tlbmisc.h b/arch/mips/include/asm/tlbmisc.h
new file mode 100644
index 00000000000..3a452282cba
--- /dev/null
+++ b/arch/mips/include/asm/tlbmisc.h
@@ -0,0 +1,10 @@
1#ifndef __ASM_TLBMISC_H
2#define __ASM_TLBMISC_H
3
4/*
5 * - add_wired_entry() add a fixed TLB entry, and move wired register
6 */
7extern void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
8 unsigned long entryhi, unsigned long pagemask);
9
10#endif /* __ASM_TLBMISC_H */