git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59fe3f
)
x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functions
author
Kirill A. Shutemov
<kirill.shutemov@linux.intel.com>
Tue, 18 Dec 2012 20:22:18 +0000
(12:22 -0800)
committer
Ingo 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