Skip to content
Commit 766ffb69 authored by Will Deacon's avatar Will Deacon
Browse files

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: default avatarWill Deacon <will.deacon@arm.com>
parent c1d7cd22
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment