Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54328
b: refs/heads/master
c: 3ec704e
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 7, 2007
1 parent 6d70089 commit ff23491
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: 64f60841c096594b8073e408cd9b40d7d08dcfdd
refs/heads/master: 3ec704e6660aa58505110a50102e57cdb9daa044
1 change: 0 additions & 1 deletion trunk/arch/um/kernel/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
&op_index, force, mmu, &flush,
do_ops);
} while (pgd++, addr = next, ((addr != end_addr) && !ret));
log_info("total flush time - %Ld nsecs\n", end_time - start_time);

if(!ret)
ret = (*do_ops)(mmu, ops, op_index, 1, &flush);
Expand Down

0 comments on commit ff23491

Please sign in to comment.