Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36161
b: refs/heads/master
c: 361f6ed
h: refs/heads/master
i:
  36159: 4864c29
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Sep 27, 2006
1 parent cc79ae1 commit 6b4eecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: d24afc57d51b1be41f95521e81399061fa5875a6
refs/heads/master: 361f6ed1d00f666a1a7c33f3e9aaccb713f9b9e4
6 changes: 4 additions & 2 deletions trunk/arch/avr32/mm/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

void show_dtlb_entry(unsigned int index)
{
unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save, flags;
unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save;
unsigned long flags;

local_irq_save(flags);
mmucr_save = sysreg_read(MMUCR);
Expand Down Expand Up @@ -305,7 +306,8 @@ static void tlb_stop(struct seq_file *tlb, void *v)

static int tlb_show(struct seq_file *tlb, void *v)
{
unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save, flags;
unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save;
unsigned long flags;
unsigned long *index = v;

if (*index == 0)
Expand Down

0 comments on commit 6b4eecb

Please sign in to comment.