x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functions
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Tue, 18 Dec 2012 20:22:18 +0000 (12:22 -0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 24 Jan 2013 15:12:13 +0000 (16:12 +0100)
Converting macros to functions unhide type problems before
changes will be integrated and trigger problems on other
architectures.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found