Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58870
b: refs/heads/master
c: 40df383
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jul 12, 2007
1 parent 3120da2 commit 69869ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87d43dd48d6e68095be85c4e5f991fd7c89c052e
refs/heads/master: 40df3831f9b2fa386f55b580f294ea4f686704be
1 change: 1 addition & 0 deletions trunk/arch/mips/lib/dump_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/lib/r3k_dump_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <asm/mipsregs.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/tlbdebug.h>

extern int r3k_have_wired_reg; /* defined in tlb-r3k.c */

Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-mips/tlbdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
/*
* TLB debugging functions:
*/
extern void dump_tlb(int first, int last);
extern void dump_tlb_all(void);
extern void dump_tlb_wired(void);
extern void dump_tlb_addr(unsigned long addr);
extern void dump_tlb_nonwired(void);

#endif /* __ASM_TLBDEBUG_H */

0 comments on commit 69869ec

Please sign in to comment.