x86, platform: Change is_untracked_pat_range() to bool; cleanup init
authorH. Peter Anvin <hpa@zytor.com>
Mon, 23 Nov 2009 22:46:07 +0000 (14:46 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Nov 2009 01:09:59 +0000 (17:09 -0800)
commiteb41c8be89dbe079f49202774e04a79ccac48a09
treee57452dfa35f00f7a7db373d395d9feafab252a7
parent65f116f5f16dc3371fce24fb24bc4843b5380ba5
x86, platform: Change is_untracked_pat_range() to bool; cleanup init

- Change is_untracked_pat_range() to return bool.
- Clean up the initialization of is_untracked_pat_range() -- by default,
  we simply point it at is_ISA_range() directly.
- Move is_untracked_pat_range to the end of struct x86_platform, since
  it is the newest field.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jack Steiner <steiner@sgi.com>
LKML-Reference: <20091119202341.GA4420@sgi.com>
arch/x86/include/asm/pat.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/apic/x2apic_uv_x.c
arch/x86/kernel/x86_init.c
arch/x86/mm/pat.c