Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
018ef969
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
018ef969
编写于
15年前
作者:
D
David S. Miller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sparc: Hook up sys_preadv and sys_pwritev
Signed-off-by:
N
David S. Miller
<
davem@davemloft.net
>
上级
01c45381
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
4 deletion
+6
-4
arch/sparc/include/asm/unistd.h
arch/sparc/include/asm/unistd.h
+3
-1
arch/sparc/kernel/systbls_32.S
arch/sparc/kernel/systbls_32.S
+1
-1
arch/sparc/kernel/systbls_64.S
arch/sparc/kernel/systbls_64.S
+2
-2
未找到文件。
arch/sparc/include/asm/unistd.h
浏览文件 @
018ef969
...
...
@@ -392,8 +392,10 @@
#define __NR_pipe2 321
#define __NR_inotify_init1 322
#define __NR_accept4 323
#define __NR_preadv 324
#define __NR_pwritev 325
#define NR_SYSCALLS 32
4
#define NR_SYSCALLS 32
6
#ifdef __32bit_syscall_numbers__
/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
...
...
This diff is collapsed.
Click to expand it.
arch/sparc/kernel/systbls_32.S
浏览文件 @
018ef969
...
...
@@ -81,4 +81,4 @@ sys_call_table:
/*
305
*/
.
long
sys_set_mempolicy
,
sys_kexec_load
,
sys_move_pages
,
sys_getcpu
,
sys_epoll_pwait
/*
310
*/
.
long
sys_utimensat
,
sys_signalfd
,
sys_timerfd_create
,
sys_eventfd
,
sys_fallocate
/*
315
*/
.
long
sys_timerfd_settime
,
sys_timerfd_gettime
,
sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
/*
320
*/
.
long
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
/*
320
*/
.
long
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
,
sys_pwritev
This diff is collapsed.
Click to expand it.
arch/sparc/kernel/systbls_64.S
浏览文件 @
018ef969
...
...
@@ -82,7 +82,7 @@ sys_call_table32:
.
word
compat_sys_set_mempolicy
,
compat_sys_kexec_load
,
compat_sys_move_pages
,
sys_getcpu
,
compat_sys_epoll_pwait
/*
310
*/
.
word
compat_sys_utimensat
,
compat_sys_signalfd
,
sys_timerfd_create
,
sys_eventfd
,
compat_sys_fallocate
.
word
compat_sys_timerfd_settime
,
compat_sys_timerfd_gettime
,
compat_sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
compat_sys_preadv
,
compat_sys_pwritev
#endif /* CONFIG_COMPAT */
...
...
@@ -156,4 +156,4 @@ sys_call_table:
.
word
sys_set_mempolicy
,
sys_kexec_load
,
sys_move_pages
,
sys_getcpu
,
sys_epoll_pwait
/*
310
*/
.
word
sys_utimensat
,
sys_signalfd
,
sys_timerfd_create
,
sys_eventfd
,
sys_fallocate
.
word
sys_timerfd_settime
,
sys_timerfd_gettime
,
sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
,
sys_pwritev
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
新手
引导
客服
返回
顶部