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