diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-03 16:22:42 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-09-09 04:21:37 +0200 |
commit | 5ae4998b5d6fc703a16c9fa935fb7d335843bf22 (patch) | |
tree | 68666ba59e5c6f3fa10f341f514f2eddbc94c859 /arch/powerpc/kernel/signal.c | |
parent | powerpc: use non-set_fs based maccess routines (diff) | |
download | linux-5ae4998b5d6fc703a16c9fa935fb7d335843bf22.tar.xz linux-5ae4998b5d6fc703a16c9fa935fb7d335843bf22.zip |
powerpc: remove address space overrides using set_fs()
Stop providing the possibility to override the address space using
set_fs() now that there is no need for that any more.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/kernel/signal.c')
-rw-r--r-- | arch/powerpc/kernel/signal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/signal.c b/arch/powerpc/kernel/signal.c index d15a98c758b8..df547d8e31e4 100644 --- a/arch/powerpc/kernel/signal.c +++ b/arch/powerpc/kernel/signal.c @@ -312,9 +312,6 @@ void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) { user_exit(); - /* Check valid addr_limit, TIF check is done there */ - addr_limit_user_check(); - if (thread_info_flags & _TIF_UPROBE) uprobe_notify_resume(regs); |