Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212455
b: refs/heads/master
c: 5333a3d
h: refs/heads/master
i:
  212453: c568bcb
  212451: 393d50e
  212447: d2f2ca9
v: v3
  • Loading branch information
Phil Carmody authored and Russell King committed Sep 2, 2010
1 parent 3300e1c commit 2e4e50f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09e56a2d076c2afb2a1932ae4283e10ef2d26ef3
refs/heads/master: 5333a3de3cdd739ec4f6d501f5f6d09bab7ff919
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ static struct unwind_idx *unwind_find_idx(unsigned long addr)
addr < table->end_addr) {
idx = search_index(addr, table->start,
table->stop - 1);
/* Move-to-front to exploit common traces */
list_move(&table->list, &unwind_tables);
break;
}
}
Expand Down

0 comments on commit 2e4e50f

Please sign in to comment.