Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273471
b: refs/heads/master
c: 694b8c3
h: refs/heads/master
i:
  273469: 580c226
  273467: e043a5f
  273463: e0c8d97
  273455: e78a2f6
  273439: 17e4ba8
  273407: 708efcf
v: v3
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Oct 24, 2011
1 parent 1e3de80 commit 681cf26
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 1177d99df2a0712764c03d13a3dda6f4e2b23725
refs/heads/master: 694b8c35e95078bfe1cb1388bf0cf7942e32f009
4 changes: 2 additions & 2 deletions trunk/arch/mips/mm/tlb-r3k.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte)
local_irq_restore(flags);
}

void __init add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
unsigned long entryhi, unsigned long pagemask)
void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
unsigned long entryhi, unsigned long pagemask)
{
unsigned long flags;
unsigned long old_ctx;
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/mm/tlb-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ void __update_tlb(struct vm_area_struct * vma, unsigned long address, pte_t pte)
EXIT_CRITICAL(flags);
}

void __init add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
unsigned long entryhi, unsigned long pagemask)
void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
unsigned long entryhi, unsigned long pagemask)
{
unsigned long flags;
unsigned long wired;
Expand Down

0 comments on commit 681cf26

Please sign in to comment.