]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, mm: Call is_untracked_pat_range() rather than is_ISA_range()
authorH. Peter Anvin <hpa@zytor.com>
Mon, 23 Nov 2009 23:12:07 +0000 (15:12 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Nov 2009 01:09:59 +0000 (17:09 -0800)
commit55a6ca25472ee01574bfc24d23b7f5fa09cc38cf
tree8d63f57f636981c6029a45ea10a04a65e407e3d8
parentfd12a0d69aee6d90fa9b9890db24368a897f8423
x86, mm: Call is_untracked_pat_range() rather than is_ISA_range()

Checkin fd12a0d69aee6d90fa9b9890db24368a897f8423 made the PAT
untracked range a platform configurable, but missed on occurrence of
is_ISA_range() which still refers to PAT-untracked memory, and
therefore should be using the configurable.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Jack Steiner <steiner@sgi.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <20091119202341.GA4420@sgi.com>
arch/x86/include/asm/pgtable.h