|
@@ -78,7 +78,7 @@ int __init sysenter_setup(void)
|
|
syscall_pages[0] = virt_to_page(syscall_page);
|
|
syscall_pages[0] = virt_to_page(syscall_page);
|
|
|
|
|
|
#ifdef CONFIG_COMPAT_VDSO
|
|
#ifdef CONFIG_COMPAT_VDSO
|
|
- __set_fixmap(FIX_VDSO, __pa(syscall_page), PAGE_READONLY);
|
|
|
|
|
|
+ __set_fixmap(FIX_VDSO, __pa(syscall_page), PAGE_READONLY_EXEC);
|
|
printk("Compat vDSO mapped to %08lx.\n", __fix_to_virt(FIX_VDSO));
|
|
printk("Compat vDSO mapped to %08lx.\n", __fix_to_virt(FIX_VDSO));
|
|
#endif
|
|
#endif
|
|
|
|
|