diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-11-23 17:46:07 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-11-23 20:09:59 -0500 |
commit | eb41c8be89dbe079f49202774e04a79ccac48a09 (patch) | |
tree | e57452dfa35f00f7a7db373d395d9feafab252a7 /arch/x86/mm | |
parent | 65f116f5f16dc3371fce24fb24bc4843b5380ba5 (diff) |
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>
Diffstat (limited to 'arch/x86/mm')
-rw-r--r-- | arch/x86/mm/pat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c index b5bc08cfcea6..ef712518b5b4 100644 --- a/arch/x86/mm/pat.c +++ b/arch/x86/mm/pat.c | |||
@@ -349,11 +349,6 @@ static int free_ram_pages_type(u64 start, u64 end) | |||
349 | return 0; | 349 | return 0; |
350 | } | 350 | } |
351 | 351 | ||
352 | int default_is_untracked_pat_range(u64 start, u64 end) | ||
353 | { | ||
354 | return is_ISA_range(start, end); | ||
355 | } | ||
356 | |||
357 | /* | 352 | /* |
358 | * req_type typically has one of the: | 353 | * req_type typically has one of the: |
359 | * - _PAGE_CACHE_WB | 354 | * - _PAGE_CACHE_WB |