commit | 33015c85995716d03f6293346cf05a1908b0fb9a | [log] [tgz] |
---|---|---|
author | Stuart Bennett <stuart@freedesktop.org> | Tue Apr 28 20:17:48 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Apr 29 11:32:22 2009 +0200 |
tree | 26fdb8cdb5b1b90628a23c032bf30350f5bda721 | |
parent | 7267fa6819467669f5cc2ba81a615dcc88158b4b [diff] |
tracing: x86, mmiotrace: fix range test Matching on (addr == (p->addr + p->len)) causes problems when mappings are adjacent. [ Impact: fix mmiotrace confusion on adjacent iomaps ] Signed-off-by: Stuart Bennett <stuart@freedesktop.org> Acked-by: Pekka Paalanen <pq@iki.fi> Cc: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <1240946271-7083-2-git-send-email-stuart@freedesktop.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>