Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173787
b: refs/heads/master
c: 7a7236e
h: refs/heads/master
i:
  173785: 81c9e09
  173783: 56d41e1
v: v3
  • Loading branch information
Jiri Kosina committed Nov 9, 2009
1 parent 727fc7b commit 38874de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 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: 84a3098f1ff8b42f2fdcfda25d1a83ea4a53b021
refs/heads/master: 7a7236e0f3f836439442e9161dd6d25fde7ca259
22 changes: 0 additions & 22 deletions trunk/arch/cris/arch-v10/mm/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,28 +134,6 @@ void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr)
local_irq_restore(flags);
}

/* dump the entire TLB for debug purposes */

#if 0
void
dump_tlb_all(void)
{
int i;
unsigned long flags;

printk("TLB dump. LO is: pfn | reserved | global | valid | kernel | we |\n");

local_save_flags(flags);
local_irq_disable();
for(i = 0; i < NUM_TLB_ENTRIES; i++) {
*R_TLB_SELECT = ( IO_FIELD(R_TLB_SELECT, index, i) );
printk("Entry %d: HI 0x%08lx, LO 0x%08lx\n",
i, *R_TLB_HI, *R_TLB_LO);
}
local_irq_restore(flags);
}
#endif

/*
* Initialize the context related info for a new mm_struct
* instance.
Expand Down

0 comments on commit 38874de

Please sign in to comment.