diff options
| author | Atsushi Nemoto <[email protected]> | 2007-07-11 15:51:00 +0000 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2007-07-12 16:41:11 +0000 |
| commit | 40df3831f9b2fa386f55b580f294ea4f686704be (patch) | |
| tree | 6c114801907c3182df679961d8591d6333571604 /arch/mips/lib/dump_tlb.c | |
| parent | [MIPS] Change names of local variables to silence sparse (part 2) (diff) | |
| download | kernel-40df3831f9b2fa386f55b580f294ea4f686704be.tar.gz kernel-40df3831f9b2fa386f55b580f294ea4f686704be.zip | |
[MIPS] Cleanup tlbdebug.h
Also include tlbdebug.h in dump_tlb.c and r3k_dump_tlb.c.
Signed-off-by: Atsushi Nemoto <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'arch/mips/lib/dump_tlb.c')
| -rw-r--r-- | arch/mips/lib/dump_tlb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lib/dump_tlb.c b/arch/mips/lib/dump_tlb.c index 1a4db7dc77cb..465ff0ec85b9 100644 --- a/arch/mips/lib/dump_tlb.c +++ b/arch/mips/lib/dump_tlb.c @@ -10,6 +10,7 @@ #include <asm/mipsregs.h> #include <asm/page.h> #include <asm/pgtable.h> +#include <asm/tlbdebug.h> static inline const char *msk2str(unsigned int mask) { |
