Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45530
b: refs/heads/master
c: 2806ccd
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jan 19, 2007
1 parent 86a6a49 commit cf262b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: c80697b3a0d05dd87eeeb55c4dd1c3dae047293e
refs/heads/master: 2806ccd7ad9073f4f1a065b5672d7592e7838e97
1 change: 0 additions & 1 deletion trunk/arch/mips/mm/tlb-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start,
ENTER_CRITICAL(flags);
size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT;
size = (size + 1) >> 1;
local_irq_save(flags);
if (size <= current_cpu_data.tlbsize/2) {
int oldpid = read_c0_entryhi();
int newpid = cpu_asid(cpu, mm);
Expand Down

0 comments on commit cf262b7

Please sign in to comment.