From: Christian Borntraeger Date: Tue, 22 Sep 2009 20:58:48 +0000 (+0200) Subject: [S390] ptrace: use common code for simple peek/poke operations X-Git-Tag: v2.6.32-rc1~167^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07805ac81c81634623042408ffea6bbad3160bfa;p=pandora-kernel.git [S390] ptrace: use common code for simple peek/poke operations arch_ptrace on s390 implements PTRACE_(PEEK|POKE)(TEXT|DATA) instead of using using ptrace_request in kernel/ptrace.c. The only reason is the 31bit addressing mode, where we have to unmask the highest bit. Signed-off-by: Christian Borntraeger Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed