diff options
Diffstat (limited to 'arch/mips/include/asm/pgtable-32.h')
-rw-r--r-- | arch/mips/include/asm/pgtable-32.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/mips/include/asm/pgtable-32.h b/arch/mips/include/asm/pgtable-32.h index d169c07c38ee..5d56bb230345 100644 --- a/arch/mips/include/asm/pgtable-32.h +++ b/arch/mips/include/asm/pgtable-32.h | |||
@@ -19,12 +19,7 @@ | |||
19 | #include <asm-generic/pgtable-nopmd.h> | 19 | #include <asm-generic/pgtable-nopmd.h> |
20 | 20 | ||
21 | /* | 21 | /* |
22 | * - add_wired_entry() add a fixed TLB entry, and move wired register | 22 | * Basically we have the same two-level (which is the logical three level |
23 | */ | ||
24 | extern void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1, | ||
25 | unsigned long entryhi, unsigned long pagemask); | ||
26 | |||
27 | /* Basically we have the same two-level (which is the logical three level | ||
28 | * Linux page table layout folded) page tables as the i386. Some day | 23 | * Linux page table layout folded) page tables as the i386. Some day |
29 | * when we have proper page coloring support we can have a 1% quicker | 24 | * when we have proper page coloring support we can have a 1% quicker |
30 | * tlb refill handling mechanism, but for now it is a bit slower but | 25 | * tlb refill handling mechanism, but for now it is a bit slower but |