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:
56f2fb1
)
asm-generic, mm: pgtable: consolidate zero page helpers
author
Kirill A. Shutemov
<kirill.shutemov@linux.intel.com>
Wed, 12 Dec 2012 21:52:36 +0000
(13:52 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 13 Dec 2012 01:38:35 +0000
(17:38 -0800)
We have two different implementation of is_zero_pfn() and my_zero_pfn()
helpers: for architectures with and without zero page coloring.
Let's consolidate them in <asm-generic/pgtable.h>.
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found