mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
411406a8c7
MIPS protection bits are setup during runtime so using defines like PAGE_SHARED ignores this runtime changes. Using vm_get_page_prot to get correct page protection fixes this. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>