Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virt_addr_valid() shouldn't be comparing the address to memory_end which is a phys_addr_t. Change this to do like other arches and check that the address falls within a valid page frame. Signed-off-by: Jonas Bonn <jonas@southpole.se>
- Loading branch information