Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
3e3511b3
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
161
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3e3511b3
编写于
3月 19, 2018
作者:
A
Al Viro
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sparc: get rid of sys_sparc_pipe() wrappers
just use current_pt_regs() Signed-off-by:
N
Al Viro
<
viro@zeniv.linux.org.uk
>
上级
0c8efd61
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
5 addition
and
16 deletion
+5
-16
arch/sparc/kernel/entry.S
arch/sparc/kernel/entry.S
+0
-8
arch/sparc/kernel/sys_sparc_32.c
arch/sparc/kernel/sys_sparc_32.c
+2
-2
arch/sparc/kernel/sys_sparc_64.c
arch/sparc/kernel/sys_sparc_64.c
+2
-2
arch/sparc/kernel/syscalls.S
arch/sparc/kernel/syscalls.S
+0
-3
arch/sparc/kernel/systbls.h
arch/sparc/kernel/systbls.h
+1
-1
未找到文件。
arch/sparc/kernel/entry.S
浏览文件 @
3e3511b3
...
...
@@ -813,14 +813,6 @@ sunos_execv:
b
sys_execve
clr
%
i2
.
align
4
.
globl
sys_sparc_pipe
sys_sparc_pipe
:
mov
%
o7
,
%
l5
add
%
sp
,
STACKFRAME_SZ
,
%
o0
!
pt_regs
*
regs
arg
call
sparc_pipe
mov
%
l5
,
%
o7
.
align
4
.
globl
sys_sigstack
sys_sigstack
:
...
...
arch/sparc/kernel/sys_sparc_32.c
浏览文件 @
3e3511b3
...
...
@@ -73,7 +73,7 @@ unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr, unsi
* sys_pipe() is the normal C calling standard for creating
* a pipe. It's not the way unix traditionally does this, though.
*/
asmlinkage
long
sparc_pipe
(
struct
pt_regs
*
regs
)
SYSCALL_DEFINE0
(
sparc_pipe
)
{
int
fd
[
2
];
int
error
;
...
...
@@ -81,7 +81,7 @@ asmlinkage long sparc_pipe(struct pt_regs *regs)
error
=
do_pipe_flags
(
fd
,
0
);
if
(
error
)
goto
out
;
regs
->
u_regs
[
UREG_I1
]
=
fd
[
1
];
current_pt_regs
()
->
u_regs
[
UREG_I1
]
=
fd
[
1
];
error
=
fd
[
0
];
out:
return
error
;
...
...
arch/sparc/kernel/sys_sparc_64.c
浏览文件 @
3e3511b3
...
...
@@ -310,7 +310,7 @@ void arch_pick_mmap_layout(struct mm_struct *mm)
* sys_pipe() is the normal C calling standard for creating
* a pipe. It's not the way unix traditionally does this, though.
*/
SYSCALL_DEFINE
1
(
sparc_pipe_real
,
struct
pt_regs
*
,
regs
)
SYSCALL_DEFINE
0
(
sparc_pipe
)
{
int
fd
[
2
];
int
error
;
...
...
@@ -318,7 +318,7 @@ SYSCALL_DEFINE1(sparc_pipe_real, struct pt_regs *, regs)
error
=
do_pipe_flags
(
fd
,
0
);
if
(
error
)
goto
out
;
regs
->
u_regs
[
UREG_I1
]
=
fd
[
1
];
current_pt_regs
()
->
u_regs
[
UREG_I1
]
=
fd
[
1
];
error
=
fd
[
0
];
out:
return
error
;
...
...
arch/sparc/kernel/syscalls.S
浏览文件 @
3e3511b3
...
...
@@ -27,9 +27,6 @@ sys32_execveat:
#endif
.
align
32
sys_sparc_pipe
:
ba
,
pt
%
xcc
,
sys_sparc_pipe_real
add
%
sp
,
PTREGS_OFF
,
%
o0
sys_nis_syscall
:
ba
,
pt
%
xcc
,
c_sys_nis_syscall
add
%
sp
,
PTREGS_OFF
,
%
o0
...
...
arch/sparc/kernel/systbls.h
浏览文件 @
3e3511b3
...
...
@@ -10,7 +10,7 @@
#include <asm/utrap.h>
asmlinkage
unsigned
long
sys_getpagesize
(
void
);
asmlinkage
long
s
parc_pipe
(
struct
pt_regs
*
regs
);
asmlinkage
long
s
ys_sparc_pipe
(
void
);
asmlinkage
unsigned
long
c_sys_nis_syscall
(
struct
pt_regs
*
regs
);
asmlinkage
long
sys_getdomainname
(
char
__user
*
name
,
int
len
);
void
do_rt_sigreturn
(
struct
pt_regs
*
regs
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录