Home
last modified time | relevance | path

Searched hist:"2 fb8f4e6a83dcaec15c1dd0ee8a6f618e7ece7f0" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/mm/
H A Dioremap.cdiff 2fb8f4e6a83dcaec15c1dd0ee8a6f618e7ece7f0 Tue Nov 10 10:23:25 CET 2009 Xiaotian Feng <dfeng@redhat.com> 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>