Patch for sys_pciconfig_read|write in cond_syscall

Pete Zaitcev (zaitcev@redhat.com)
Mon, 30 Jun 2003 14:36:09 -0400


Hey Christoph,

did you send this anywhere? It is not in 2.5.73-bk7.

-- Pete

diff -urN -X dontdiff linux-2.5.73-bk7/kernel/sys.c linux-2.5.73-bk7-sparc/kernel/sys.c
--- linux-2.5.73-bk7/kernel/sys.c 2003-06-23 22:23:18.000000000 -0700
+++ linux-2.5.73-bk7-sparc/kernel/sys.c 2003-06-29 21:27:26.000000000 -0700
@@ -231,6 +231,8 @@
cond_syscall(sys_epoll_create)
cond_syscall(sys_epoll_ctl)
cond_syscall(sys_epoll_wait)
+cond_syscall(sys_pciconfig_read)
+cond_syscall(sys_pciconfig_write)

static int set_one_prio(struct task_struct *p, int niceval, int error)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/