From: Xiaotian Feng Date: Tue, 10 Nov 2009 09:23:25 +0000 (+0800) Subject: x86: pat: Remove ioremap_default() X-Git-Tag: v2.6.33-rc1~373^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb8f4e6a83dcaec15c1dd0ee8a6f618e7ece7f0;p=pandora-kernel.git 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 Cc: Suresh Siddha Cc: Venkatesh Pallipadi LKML-Reference: <1257845005-7938-1-git-send-email-dfeng@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed