projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6]
/
arch
/
xtensa
/
kernel
/
syscall.c
diff --git
a/arch/xtensa/kernel/syscall.c
b/arch/xtensa/kernel/syscall.c
index
f3e16ef
..
ac15ecb
100644
(file)
--- a/
arch/xtensa/kernel/syscall.c
+++ b/
arch/xtensa/kernel/syscall.c
@@
-49,7
+49,7
@@
asmlinkage long xtensa_pipe(int __user *userfds)
int fd[2];
int error;
- error = do_pipe
(fd
);
+ error = do_pipe
_flags(fd, 0
);
if (!error) {
if (copy_to_user(userfds, fd, 2 * sizeof(int)))
error = -EFAULT;