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)
commit602e018607ba5c92922c0ffae40e346e1b95fa84
tree381e56a8104fa8c156ac31c68a679316163437ef
parentd59fe3f13d070489e63d04e1c9bfd819d5f71542
x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functions

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>
arch/x86/include/asm/pgtable.h
arch/x86/include/asm/pgtable_32.h
arch/x86/include/asm/pgtable_64.h