commit | 766ffb69803943c2b580a44ac14a189b875d21f6 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Jul 28 16:14:03 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Tue Jul 28 16:14:03 2015 +0100 |
tree | 3299e2b9f63e225e743ecb425b8195f19823f4a6 | |
parent | c1d7cd228b4b46eca1dbd9bb2c6053f477a1a6ff [diff] |
arm64: pgtable: fix definition of pte_valid pte_valid should check if the PTE_VALID bit (1 << 0) is set in the pte, so fix the macro definition to use bitwise & instead of logical &&. Signed-off-by: Will Deacon <will.deacon@arm.com>