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:
5e40645
)
arm64: mm: remove broken &= operator from pmd_mknotpresent
author
Will Deacon
<will.deacon@arm.com>
Wed, 18 Jun 2014 13:06:27 +0000
(14:06 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 18 Jun 2014 15:34:30 +0000
(16:34 +0100)
This should be a plain old '&' and could easily lead to undefined
behaviour if the target of a pmd_mknotpresent invocation was the same
as the parameter.
Fixes:
9c7e535fcc17
(arm64: mm: Route pmd thp functions through pte equivalents)
Signed-off-by: Will Deacon <will.deacon@arm.com>
Cc: <stable@vger.kernel.org> # v3.15
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/pgtable.h
patch
|
blob
|
history
diff --cc
arch/arm64/include/asm/pgtable.h
Simple merge