[PATCH] Make vm86 support optional
[deliverable/linux.git] / kernel / sys_ni.c
index 72cafc922d39a85cb8ae4af63b9a525fab9e328e..bd3b9bfcfcec196c04b3d8b6e2e5308e17d69cd0 100644 (file)
@@ -102,6 +102,8 @@ cond_syscall(sys_setresgid16);
 cond_syscall(sys_setresuid16);
 cond_syscall(sys_setreuid16);
 cond_syscall(sys_setuid16);
+cond_syscall(sys_vm86old);
+cond_syscall(sys_vm86);
 
 /* arch-specific weak syscall entries */
 cond_syscall(sys_pciconfig_read);
This page took 0.025449 seconds and 5 git commands to generate.