Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144619
b: refs/heads/master
c: 33015c8
h: refs/heads/master
i:
  144617: b1a23d3
  144615: ae1b810
v: v3
  • Loading branch information
Stuart Bennett authored and Ingo Molnar committed Apr 29, 2009
1 parent 23e0190 commit 2e81b4f
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: 7267fa6819467669f5cc2ba81a615dcc88158b4b
refs/heads/master: 33015c85995716d03f6293346cf05a1908b0fb9a
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/kmmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static struct kmmio_probe *get_kmmio_probe(unsigned long addr)
{
struct kmmio_probe *p;
list_for_each_entry_rcu(p, &kmmio_probes, list) {
if (addr >= p->addr && addr <= (p->addr + p->len))
if (addr >= p->addr && addr < (p->addr + p->len))
return p;
}
return NULL;
Expand Down

0 comments on commit 2e81b4f

Please sign in to comment.