[Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
此提交包含在:
Mike Frysinger
2008-03-07 02:37:41 +08:00
提交者 Bryan Wu
父節點 1307a65130
當前提交 0ddeeca25c
共有 6 個檔案被更改,包括 20 行新增17 行删除

查看文件

@@ -49,7 +49,7 @@
* sys_pipe() is the normal C calling standard for creating
* a pipe. It's not the way unix traditionally does this, though.
*/
asmlinkage int sys_pipe(unsigned long *fildes)
asmlinkage int sys_pipe(unsigned long __user *fildes)
{
int fd[2];
int error;