summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-09-03 16:22:42 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2020-09-08 22:21:37 -0400
commit5ae4998b5d6fc703a16c9fa935fb7d335843bf22 (patch)
tree68666ba59e5c6f3fa10f341f514f2eddbc94c859 /arch/powerpc/kernel
parentc33165253492b91337f88c84b11733a4a2d55b60 (diff)
downloadlinux-5ae4998b5d6fc703a16c9fa935fb7d335843bf22.tar.bz2
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')
-rw-r--r--arch/powerpc/kernel/signal.c3
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);