Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: vdso: Use vma page protection for remapping
MIPS protection bits are setup during runtime so using defines like PAGE_READONLY ignores these runtime changes. To fix this we simply use the page protection of the setup vma. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
- Loading branch information