diff options
| author | Pete Zaitcev <zaitcev@redhat.com> | 2003-07-12 08:10:22 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-07-12 08:10:22 -0700 |
| commit | a49ba2e03a082a727d501d9a8700b0c7f2a8a4a5 (patch) | |
| tree | 520c09732479a8c7bcd9803aa0be19c697120b4c /kernel | |
| parent | 7dc88cfa1d309d047db42d35a2ce8eed0332aadd (diff) | |
[SPARC]: hch's cond_syscall() for PCI syscalls, Alpha/PPC/etc. can use this too.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index 2aa8d38eb5ba..4c3f48c93148 100644 --- a/kernel/sys.c +++ b/kernel/sys.c @@ -233,6 +233,8 @@ cond_syscall(compat_sys_futex) 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) { |
