x86, mm: is_untracked_pat_range() takes a normal semiclosed range
authorH. Peter Anvin <hpa@zytor.com>
Mon, 23 Nov 2009 22:49:20 +0000 (14:49 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Nov 2009 01:09:59 +0000 (17:09 -0800)
commit8a27138924f64d2f30c1022f909f74480046bc3f
tree72d7d40e1cba07b08fea49a064c6388a6d2bd780
parent55a6ca25472ee01574bfc24d23b7f5fa09cc38cf
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 <hpa@zytor.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <20091119202341.GA4420@sgi.com>
arch/x86/include/asm/pgtable.h
arch/x86/mm/pat.c