x86: pat: Remove ioremap_default()
authorXiaotian Feng <dfeng@redhat.com>
Tue, 10 Nov 2009 09:23:25 +0000 (17:23 +0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Nov 2009 09:34:05 +0000 (10:34 +0100)
commit2fb8f4e6a83dcaec15c1dd0ee8a6f618e7ece7f0
tree820819fcef33b365e463da63b0a8d191a560fe97
parent83ea05ea69290b2e30da795527dbe304db1e2331
x86: pat: Remove ioremap_default()

Commit:

  b6ff32d: x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype()

consolidated reserve_memtype() and pat_x_mtrr_type,
this made ioremap_default() same as ioremap_cache().

Remove the redundant function and change the only caller to use
ioremap_cache.

Signed-off-by: Xiaotian Feng <dfeng@redhat.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
LKML-Reference: <1257845005-7938-1-git-send-email-dfeng@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/ioremap.c