pretty useless unless the x86 IN/OUT insns are also implemented, but hey.
MERGE TO HEAD
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@606
/* !!!!!!!!!! New, untested syscalls !!!!!!!!!!!!!!!!!!!!! */
+# if defined(__NR_iopl)
+ case __NR_iopl: /* syscall 110 */
+ /* int iopl(int level); */
+ if (VG_(clo_trace_syscalls))
+ VG_(printf)("iopl ( %d )\n", arg1);
+ KERNEL_DO_SYSCALL(tid,res);
+ break;
+# endif
+
# if defined(__NR_getxattr)
case __NR_getxattr: /* syscall 229 */
/* ssize_t getxattr (const char *path, const char* name,