diff options
author | H. Peter Anvin <[email protected]> | 2009-11-23 14:49:20 -0800 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2009-11-23 17:09:59 -0800 |
commit | 8a27138924f64d2f30c1022f909f74480046bc3f (patch) | |
tree | 72d7d40e1cba07b08fea49a064c6388a6d2bd780 /tools/perf/scripts/python | |
parent | 55a6ca25472ee01574bfc24d23b7f5fa09cc38cf (diff) |
x86, mm: is_untracked_pat_range() takes a normal semiclosed range
is_untracked_pat_range() -- like its components, is_ISA_range() and
is_GRU_range(), takes a normal semiclosed interval (>=, <) whereas the
PAT code called it as if it took a closed range (>=, <=). Fix.
Although this is a bug, I believe it is non-manifest, simply because
none of the callers will call this with non-page-aligned addresses.
Signed-off-by: H. Peter Anvin <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Acked-by: Suresh Siddha <[email protected]>
LKML-Reference: <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions