From: Martin Schwidefsky Date: Tue, 3 Dec 2013 10:09:10 +0000 (+0100) Subject: s390/ptrace: simplify enable/disable single step X-Git-Tag: v3.14-rc1~184^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c182a628075af7431edb8155601740867b5ae51;p=pandora-kernel.git s390/ptrace: simplify enable/disable single step The user_enable_single_step() and user_disable_sindle_step() functions are always called on the inferior, never for the currently active process. Remove the unnecessary check for the current process and the update_cr_regs() call from the enable/disable functions. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed