From: Will Deacon Date: Wed, 18 Jun 2014 13:06:27 +0000 (+0100) Subject: arm64: mm: remove broken &= operator from pmd_mknotpresent X-Git-Tag: omap-for-v3.16/fixes-rc4~85^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a920afc3482e954834a4ed95908c4bc5e4c000;p=pandora-kernel.git arm64: mm: remove broken &= operator from pmd_mknotpresent 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 Cc: # v3.15 Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed