Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARM] remove useless setting of VM_RESERVED
remap_pfn_range() takes care of setting the appropriate VM_* flags itself; there's no need for callers of remap_pfn_range() to set VM_RESERVED before it is called. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
- Loading branch information