commit | e087bc5eb1ff9c47e9700c78f9d9d72b865f30ab | [log] [tgz] |
---|---|---|
author | Steve Capper <steve.capper@linaro.org> | Thu Dec 05 12:04:51 2013 +0000 |
committer | Steve Capper <steve.capper@linaro.org> | Wed Mar 05 15:04:48 2014 +0800 |
tree | e0fe349b01535f26a1f08f83527bcb93c6e0e857 | |
parent | f28d02f4858d071a8c8a479be7ab81636f7f4c32 [diff] |
arm64: mm: Fix PMD_SECT_PROT_NONE definition Modify the value of PMD_SECT_PROT_NONE to match that of PTE_NONE. This should have been in commit 3676f9ef5481 (Move PTE_PROT_NONE higher up). Signed-off-by: Steve Capper <steve.capper@linaro.org> Cc: <stable@vger.kernel.org> # 3.11+: 3676f9ef5481: arm64: Move PTE_PROT_NONE higher up Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>