Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
746f956b
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看板
提交
746f956b
编写于
2月 07, 2006
作者:
L
Linus Torvalds
浏览文件
操作
浏览文件
下载
差异文件
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
上级
367636e8
0fc9b556
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
18 addition
and
42 deletion
+18
-42
arch/sparc/kernel/entry.S
arch/sparc/kernel/entry.S
+1
-1
arch/sparc/kernel/systbls.S
arch/sparc/kernel/systbls.S
+2
-1
arch/sparc64/defconfig
arch/sparc64/defconfig
+3
-2
arch/sparc64/kernel/entry.S
arch/sparc64/kernel/entry.S
+1
-1
arch/sparc64/kernel/systbls.S
arch/sparc64/kernel/systbls.S
+3
-2
arch/sparc64/solaris/systbl.S
arch/sparc64/solaris/systbl.S
+0
-29
include/asm-sparc/unistd.h
include/asm-sparc/unistd.h
+4
-3
include/asm-sparc64/unistd.h
include/asm-sparc64/unistd.h
+4
-3
未找到文件。
arch/sparc/kernel/entry.S
浏览文件 @
746f956b
...
...
@@ -38,7 +38,7 @@
#define curptr g6
#define NR_SYSCALLS
299
/* Each OS is different... */
#define NR_SYSCALLS
300
/* Each OS is different... */
/*
These
are
just
handy
.
*/
#define _SV save %sp, -STACKFRAME_SZ, %sp
...
...
arch/sparc/kernel/systbls.S
浏览文件 @
746f956b
...
...
@@ -78,7 +78,7 @@ sys_call_table:
/*
280
*/
.
long
sys_ni_syscall
,
sys_add_key
,
sys_request_key
,
sys_keyctl
,
sys_openat
/*
285
*/
.
long
sys_mkdirat
,
sys_mknodat
,
sys_fchownat
,
sys_futimesat
,
sys_newfstatat
/*
290
*/
.
long
sys_unlinkat
,
sys_renameat
,
sys_linkat
,
sys_symlinkat
,
sys_readlinkat
/*
295
*/
.
long
sys_fchmodat
,
sys_faccessat
,
sys_pselect6
,
sys_ppoll
/*
295
*/
.
long
sys_fchmodat
,
sys_faccessat
,
sys_pselect6
,
sys_ppoll
,
sys_unshare
#ifdef CONFIG_SUNOS_EMUL
/
*
Now
the
SunOS
syscall
table
.
*/
...
...
@@ -190,5 +190,6 @@ sunos_sys_table:
/*
290
*/
.
long
sunos_nosys
,
sunos_nosys
,
sunos_nosys
.
long
sunos_nosys
,
sunos_nosys
,
sunos_nosys
.
long
sunos_nosys
,
sunos_nosys
,
sunos_nosys
.
long
sunos_nosys
#endif
arch/sparc64/defconfig
浏览文件 @
746f956b
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.16-rc2
#
Sat Feb 4 02:31:3
8 2006
#
Tue Feb 7 17:47:1
8 2006
#
CONFIG_SPARC=y
CONFIG_SPARC64=y
...
...
@@ -30,7 +30,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
...
...
@@ -766,6 +766,7 @@ CONFIG_HWMON=y
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_FSCHER is not set
# CONFIG_SENSORS_FSCPOS is not set
# CONFIG_SENSORS_GL518SM is not set
...
...
arch/sparc64/kernel/entry.S
浏览文件 @
746f956b
...
...
@@ -25,7 +25,7 @@
#define curptr g6
#define NR_SYSCALLS
299
/* Each OS is different... */
#define NR_SYSCALLS
300
/* Each OS is different... */
.
text
.
align
32
...
...
arch/sparc64/kernel/systbls.S
浏览文件 @
746f956b
...
...
@@ -79,7 +79,7 @@ sys_call_table32:
/*
280
*/
.
word
sys_ni_syscall
,
sys_add_key
,
sys_request_key
,
sys_keyctl
,
compat_sys_openat
.
word
sys_mkdirat
,
sys_mknodat
,
sys_fchownat
,
compat_sys_futimesat
,
compat_sys_newfstatat
/*
285
*/
.
word
sys_unlinkat
,
sys_renameat
,
sys_linkat
,
sys_symlinkat
,
sys_readlinkat
.
word
sys_fchmodat
,
sys_faccessat
,
compat_sys_pselect6
,
compat_sys_ppoll
.
word
sys_fchmodat
,
sys_faccessat
,
compat_sys_pselect6
,
compat_sys_ppoll
,
sys_unshare
#endif /* CONFIG_COMPAT */
...
...
@@ -148,7 +148,7 @@ sys_call_table:
/*
280
*/
.
word
sys_nis_syscall
,
sys_add_key
,
sys_request_key
,
sys_keyctl
,
sys_openat
.
word
sys_mkdirat
,
sys_mknodat
,
sys_fchownat
,
sys_futimesat
,
compat_sys_newfstatat
/*
285
*/
.
word
sys_unlinkat
,
sys_renameat
,
sys_linkat
,
sys_symlinkat
,
sys_readlinkat
.
word
sys_fchmodat
,
sys_faccessat
,
sys_pselect6
,
sys_ppoll
.
word
sys_fchmodat
,
sys_faccessat
,
sys_pselect6
,
sys_ppoll
,
sys_unshare
#if defined(CONFIG_SUNOS_EMUL) || defined(CONFIG_SOLARIS_EMUL) || \
defined
(
CONFIG_SOLARIS_EMUL_MODULE
)
...
...
@@ -261,4 +261,5 @@ sunos_sys_table:
/*
290
*/
.
word
sunos_nosys
,
sunos_nosys
,
sunos_nosys
.
word
sunos_nosys
,
sunos_nosys
,
sunos_nosys
.
word
sunos_nosys
,
sunos_nosys
,
sunos_nosys
.
word
sunos_nosys
#endif
arch/sparc64/solaris/systbl.S
浏览文件 @
746f956b
...
...
@@ -283,32 +283,3 @@ solaris_sys_table:
.
word
solaris_unimplemented
/*
253
*/
.
word
solaris_unimplemented
/*
254
*/
.
word
solaris_unimplemented
/*
255
*/
.
word
solaris_unimplemented
/*
256
*/
.
word
solaris_unimplemented
/*
257
*/
.
word
solaris_unimplemented
/*
258
*/
.
word
solaris_unimplemented
/*
259
*/
.
word
solaris_unimplemented
/*
260
*/
.
word
solaris_unimplemented
/*
261
*/
.
word
solaris_unimplemented
/*
262
*/
.
word
solaris_unimplemented
/*
263
*/
.
word
solaris_unimplemented
/*
264
*/
.
word
solaris_unimplemented
/*
265
*/
.
word
solaris_unimplemented
/*
266
*/
.
word
solaris_unimplemented
/*
267
*/
.
word
solaris_unimplemented
/*
268
*/
.
word
solaris_unimplemented
/*
269
*/
.
word
solaris_unimplemented
/*
270
*/
.
word
solaris_unimplemented
/*
271
*/
.
word
solaris_unimplemented
/*
272
*/
.
word
solaris_unimplemented
/*
273
*/
.
word
solaris_unimplemented
/*
274
*/
.
word
solaris_unimplemented
/*
275
*/
.
word
solaris_unimplemented
/*
276
*/
.
word
solaris_unimplemented
/*
277
*/
.
word
solaris_unimplemented
/*
278
*/
.
word
solaris_unimplemented
/*
279
*/
.
word
solaris_unimplemented
/*
280
*/
.
word
solaris_unimplemented
/*
281
*/
.
word
solaris_unimplemented
/*
282
*/
.
word
solaris_unimplemented
/*
283
*/
include/asm-sparc/unistd.h
浏览文件 @
746f956b
...
...
@@ -315,11 +315,12 @@
#define __NR_faccessat 296
#define __NR_pselect6 297
#define __NR_ppoll 298
#define __NR_unshare 299
/* WARNING: You MAY NOT add syscall numbers larger than 29
8
, since
/* WARNING: You MAY NOT add syscall numbers larger than 29
9
, since
* all of the syscall tables in the Sparc kernel are
* sized to have 29
8
entries (starting at zero). Therefore
* find a free slot in the 0-29
8
range.
* sized to have 29
9
entries (starting at zero). Therefore
* find a free slot in the 0-29
9
range.
*/
#define _syscall0(type,name) \
...
...
include/asm-sparc64/unistd.h
浏览文件 @
746f956b
...
...
@@ -317,11 +317,12 @@
#define __NR_faccessat 296
#define __NR_pselect6 297
#define __NR_ppoll 298
#define __NR_unshare 299
/* WARNING: You MAY NOT add syscall numbers larger than 29
8
, since
/* WARNING: You MAY NOT add syscall numbers larger than 29
9
, since
* all of the syscall tables in the Sparc kernel are
* sized to have 29
8
entries (starting at zero). Therefore
* find a free slot in the 0-29
8
range.
* sized to have 29
9
entries (starting at zero). Therefore
* find a free slot in the 0-29
9
range.
*/
#define _syscall0(type,name) \
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录