update Linux MIPS syscall table
diff --git a/ChangeLog b/ChangeLog
index b13824f..88fe531 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,9 @@
 
   * Move Linux kernelmodule-functions from system.c to bjm.c and
     remove duplicate for sys_create_module
-  * Play with #ifdef's in net.c to get IPv6 right on Linux MIPS
+  * Linux MIPS updates:
+    + Play with #ifdef's in net.c to get IPv6 right
+    + Use printargs for vm86-syscall
 
 Sun Oct 31 22:03:00 CET 1999 Wichert Akkerman <wakkerma@debian.org>
 
diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h
index 53a8003..1268d87 100644
--- a/linux/mips/syscallent.h
+++ b/linux/mips/syscallent.h
@@ -4111,7 +4111,7 @@
 	{ 0,	0,	sys_iopl,		"iopl"		}, /* 4110 */
 	{ 0,	0,	sys_vhangup,		"vhangup"	}, /* 4111 */
 	{ 0,	0,	sys_idle,		"idle"		}, /* 4112 */
-	{ 0,	0,	sys_vm86,		"vm86"		}, /* 4113 */
+	{ 5,	0,	printargs,		"vm86"		}, /* 4113 */
 	{ 4,	TP,	sys_wait4,		"wait4"		}, /* 4114 */
 	{ 1,	0,	sys_swapoff,		"swapoff"	}, /* 4115 */
 	{ 1,	0,	sys_sysinfo,		"sysinfo"	}, /* 4116 */