diff options
author | Will Deacon <will.deacon@arm.com> | 2015-07-28 17:14:03 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-07-28 17:14:03 +0200 |
commit | 766ffb69803943c2b580a44ac14a189b875d21f6 (patch) | |
tree | 3299e2b9f63e225e743ecb425b8195f19823f4a6 /arch/arm64/kernel | |
parent | arm64: spinlock: fix ll/sc unlock on big-endian systems (diff) | |
download | linux-766ffb69803943c2b580a44ac14a189b875d21f6.tar.xz linux-766ffb69803943c2b580a44ac14a189b875d21f6.zip |
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>
Diffstat (limited to 'arch/arm64/kernel')
0 files changed, 0 insertions, 0 deletions