Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch, pagetables: fix IS_ADDR_SPACE_VA() macro
The IS_ADDR_SPACE_VA() macro was using incorrect comparison for an address belonging to an address space. Masking (&) could return incorrect result for a shifted user address space mappings. Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
- Loading branch information