Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105795
b: refs/heads/master
c: 2fc9c4e
h: refs/heads/master
i:
  105793: 79cba10
  105791: 899a257
v: v3
  • Loading branch information
Vegard Nossum authored and Linus Torvalds committed Jul 25, 2008
1 parent 513d1df commit 32076a0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 58340a07c194e0aed7bc58b61ff24330bb2a409f
refs/heads/master: 2fc9c4e18f94431e7eb77d97edb2a995b46fba55
2 changes: 1 addition & 1 deletion trunk/kernel/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static unsigned long get_symbol_pos(unsigned long addr,
high = kallsyms_num_syms;

while (high - low > 1) {
mid = (low + high) / 2;
mid = low + (high - low) / 2;
if (kallsyms_addresses[mid] <= addr)
low = mid;
else
Expand Down

0 comments on commit 32076a0

Please sign in to comment.