Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
4e4d78f1
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4e4d78f1
编写于
12月 28, 2012
作者:
D
David S. Miller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sparc: Hook up finit_module syscall.
Signed-off-by:
N
David S. Miller
<
davem@davemloft.net
>
上级
c4271c6e
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
5 addition
and
4 deletion
+5
-4
arch/sparc/include/uapi/asm/unistd.h
arch/sparc/include/uapi/asm/unistd.h
+2
-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/uapi/asm/unistd.h
浏览文件 @
4e4d78f1
...
...
@@ -407,8 +407,9 @@
#define __NR_process_vm_writev 339
#define __NR_kern_features 340
#define __NR_kcmp 341
#define __NR_finit_module 342
#define NR_syscalls 34
2
#define NR_syscalls 34
3
/* Bitmask values returned from kern_features system call. */
#define KERN_FEATURE_MIXED_MODE_STACK 0x00000001
...
...
arch/sparc/kernel/systbls_32.S
浏览文件 @
4e4d78f1
...
...
@@ -85,4 +85,4 @@ sys_call_table:
/*
325
*/
.
long
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
long
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
/*
335
*/
.
long
sys_syncfs
,
sys_sendmmsg
,
sys_setns
,
sys_process_vm_readv
,
sys_process_vm_writev
/*
340
*/
.
long
sys_ni_syscall
,
sys_kcmp
/*
340
*/
.
long
sys_ni_syscall
,
sys_kcmp
,
sys_finit_module
arch/sparc/kernel/systbls_64.S
浏览文件 @
4e4d78f1
...
...
@@ -86,7 +86,7 @@ sys_call_table32:
.
word
compat_sys_pwritev
,
compat_sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
compat_sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
word
sys32_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
compat_sys_open_by_handle_at
,
compat_sys_clock_adjtime
.
word
sys_syncfs
,
compat_sys_sendmmsg
,
sys_setns
,
compat_sys_process_vm_readv
,
compat_sys_process_vm_writev
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
,
sys_finit_module
#endif /* CONFIG_COMPAT */
...
...
@@ -164,4 +164,4 @@ sys_call_table:
.
word
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
word
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
.
word
sys_syncfs
,
sys_sendmmsg
,
sys_setns
,
sys_process_vm_readv
,
sys_process_vm_writev
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
,
sys_finit_module
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录