• Xiaotian Feng's avatar
    x86: pat: Remove ioremap_default() · 2fb8f4e6
    Xiaotian Feng authored
    Commit:
    
      b6ff32d9: 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: default avatarXiaotian 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: default avatarIngo Molnar <mingo@elte.hu>
    2fb8f4e6
ioremap.c 15.5 KB