summaryrefslogtreecommitdiffstats
path: root/include/linux/ptrace.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-07-03 18:12:52 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2017-07-03 18:12:52 -0400
commit241e5e6f0497769d37240215047b9473ae3ae3f0 (patch)
treee39ac4cd67277804a83ca48749a03a6b2765d52d /include/linux/ptrace.h
parent7a69f9c60b49699579f5bfb71f928cceba0afe1a (diff)
parent204a2be30a7a8a8d12642f23f3fbdc8b9923b500 (diff)
Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven: - NuBus improvements and cleanups - defconfig updates - Fix debugger syscall restart interactions, leading to the global removal of ptrace_signal_deliver() * tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: m68k: Remove ptrace_signal_deliver m68k/defconfig: Update defconfigs for v4.12-rc1 nubus: Fix pointer validation nubus: Remove slot zero probe
Diffstat (limited to 'include/linux/ptrace.h')
-rw-r--r--include/linux/ptrace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h
index ef3eb8bbfee4..0e5fcc11b1b8 100644
--- a/include/linux/ptrace.h
+++ b/include/linux/ptrace.h
@@ -391,10 +391,6 @@ static inline void user_single_step_siginfo(struct task_struct *tsk,
391#define current_pt_regs() task_pt_regs(current) 391#define current_pt_regs() task_pt_regs(current)
392#endif 392#endif
393 393
394#ifndef ptrace_signal_deliver
395#define ptrace_signal_deliver() ((void)0)
396#endif
397
398/* 394/*
399 * unlike current_pt_regs(), this one is equal to task_pt_regs(current) 395 * unlike current_pt_regs(), this one is equal to task_pt_regs(current)
400 * on *all* architectures; the only reason to have a per-arch definition 396 * on *all* architectures; the only reason to have a per-arch definition