Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218929
b: refs/heads/master
c: b1b1d4a
h: refs/heads/master
i:
  218927: d6e6148
v: v3
  • Loading branch information
Phil Carmody authored and Kyle McMartin committed Oct 22, 2010
1 parent f895dcb commit 32f6968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: f720817700de48a57f54535a5dd9783cca2d2d6b
refs/heads/master: b1b1d4a6f244eb9513f006a188f7ed30d5014de5
5 changes: 4 additions & 1 deletion trunk/arch/parisc/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@ find_unwind_entry(unsigned long addr)
if (addr >= table->start &&
addr <= table->end)
e = find_unwind_entry_in_table(table, addr);
if (e)
if (e) {
/* Move-to-front to exploit common traces */
list_move(&table->list, &unwind_tables);
break;
}
}

return e;
Expand Down

0 comments on commit 32f6968

Please sign in to comment.