Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
4f4202fe
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看板
提交
4f4202fe
编写于
11月 05, 2012
作者:
A
Al Viro
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
unify default ptrace_signal_deliver
Signed-off-by:
N
Al Viro
<
viro@zeniv.linux.org.uk
>
上级
e80d6661
变更
18
隐藏空白更改
内联
并排
Showing
18 changed file
with
6 addition
and
42 deletion
+6
-42
arch/alpha/include/asm/signal.h
arch/alpha/include/asm/signal.h
+0
-3
arch/arm/include/asm/signal.h
arch/arm/include/asm/signal.h
+0
-1
arch/avr32/include/asm/signal.h
arch/avr32/include/asm/signal.h
+0
-2
arch/cris/include/asm/signal.h
arch/cris/include/asm/signal.h
+0
-6
arch/h8300/include/asm/signal.h
arch/h8300/include/asm/signal.h
+0
-2
arch/ia64/include/asm/signal.h
arch/ia64/include/asm/signal.h
+0
-2
arch/m32r/include/asm/signal.h
arch/m32r/include/asm/signal.h
+0
-4
arch/m68k/include/asm/signal.h
arch/m68k/include/asm/signal.h
+2
-3
arch/mips/include/asm/signal.h
arch/mips/include/asm/signal.h
+0
-2
arch/mn10300/include/asm/signal.h
arch/mn10300/include/asm/signal.h
+0
-4
arch/parisc/include/asm/signal.h
arch/parisc/include/asm/signal.h
+0
-2
arch/powerpc/include/asm/signal.h
arch/powerpc/include/asm/signal.h
+0
-2
arch/s390/include/asm/signal.h
arch/s390/include/asm/signal.h
+0
-2
arch/sparc/include/asm/signal.h
arch/sparc/include/asm/signal.h
+0
-2
arch/x86/include/asm/signal.h
arch/x86/include/asm/signal.h
+0
-2
arch/xtensa/include/asm/signal.h
arch/xtensa/include/asm/signal.h
+0
-1
include/asm-generic/signal.h
include/asm-generic/signal.h
+0
-2
include/linux/ptrace.h
include/linux/ptrace.h
+4
-0
未找到文件。
arch/alpha/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -164,9 +164,6 @@ struct sigstack {
#ifdef __KERNEL__
#include <asm/sigcontext.h>
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
#endif
arch/arm/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -35,5 +35,4 @@ struct k_sigaction {
};
#include <asm/sigcontext.h>
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
arch/avr32/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -37,6 +37,4 @@ struct k_sigaction {
#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
arch/cris/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -152,12 +152,6 @@ typedef struct sigaltstack {
#ifdef __KERNEL__
#include <asm/sigcontext.h>
/* here we could define asm-optimized sigaddset, sigdelset etc. operations.
* if we don't, generic ones are used from linux/signal.h
*/
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* __KERNEL__ */
#endif
arch/h8300/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -154,8 +154,6 @@ typedef struct sigaltstack {
#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* __KERNEL__ */
#endif
/* _H8300_SIGNAL_H */
arch/ia64/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -38,7 +38,5 @@ struct k_sigaction {
# include <asm/sigcontext.h>
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
# endif
/* !__ASSEMBLY__ */
#endif
/* _ASM_IA64_SIGNAL_H */
arch/m32r/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -149,10 +149,6 @@ typedef struct sigaltstack {
#undef __HAVE_ARCH_SIG_BITOPS
struct
pt_regs
;
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* __KERNEL__ */
#endif
/* _ASM_M32R_SIGNAL_H */
arch/m68k/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -86,11 +86,10 @@ static inline int sigfindinword(unsigned long word)
#endif
/* !CONFIG_CPU_HAS_NO_BITFIELDS */
#ifdef __uClinux__
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#else
#ifndef __uClinux__
struct
pt_regs
;
extern
void
ptrace_signal_deliver
(
struct
pt_regs
*
regs
,
void
*
cookie
);
#define ptrace_signal_deliver ptrace_signal_deliver
#endif
/* __uClinux__ */
#endif
/* _M68K_SIGNAL_H */
arch/mips/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -21,6 +21,4 @@
#include <asm/sigcontext.h>
#include <asm/siginfo.h>
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* _ASM_SIGNAL_H */
arch/mn10300/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -45,8 +45,4 @@ struct k_sigaction {
};
#include <asm/sigcontext.h>
struct
pt_regs
;
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* _ASM_SIGNAL_H */
arch/parisc/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -34,8 +34,6 @@ struct k_sigaction {
struct
sigaction
sa
;
};
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#include <asm/sigcontext.h>
#endif
/* !__ASSEMBLY */
...
...
arch/powerpc/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -3,6 +3,4 @@
#include <uapi/asm/signal.h>
struct
pt_regs
;
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* _ASM_POWERPC_SIGNAL_H */
arch/s390/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -39,6 +39,4 @@ struct k_sigaction {
struct
sigaction
sa
;
};
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
arch/sparc/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -26,7 +26,5 @@ struct k_sigaction {
void
__user
*
ka_restorer
;
};
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* !(__ASSEMBLY__) */
#endif
/* !(__SPARC_SIGNAL_H) */
arch/x86/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -260,8 +260,6 @@ struct pt_regs;
#endif
/* !__i386__ */
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* __KERNEL__ */
#endif
/* __ASSEMBLY__ */
...
...
arch/xtensa/include/asm/signal.h
浏览文件 @
4f4202fe
...
...
@@ -27,7 +27,6 @@ struct k_sigaction {
};
#include <asm/sigcontext.h>
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* __ASSEMBLY__ */
#endif
/* _XTENSA_SIGNAL_H */
include/asm-generic/signal.h
浏览文件 @
4f4202fe
...
...
@@ -10,7 +10,5 @@
#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
/* __ASSEMBLY__ */
#endif
/* _ASM_GENERIC_SIGNAL_H */
include/linux/ptrace.h
浏览文件 @
4f4202fe
...
...
@@ -329,6 +329,10 @@ static inline void user_single_step_siginfo(struct task_struct *tsk,
#define current_pt_regs() task_pt_regs(current)
#endif
#ifndef ptrace_signal_deliver
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
extern
int
task_current_syscall
(
struct
task_struct
*
target
,
long
*
callno
,
unsigned
long
args
[
6
],
unsigned
int
maxargs
,
unsigned
long
*
sp
,
unsigned
long
*
pc
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录