From: Heiko Carstens Date: Tue, 27 Jul 2010 17:29:37 +0000 (+0200) Subject: [S390] Fix IRQ tracing in case of PER X-Git-Tag: v2.6.35~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5cdac274c62ab61874374abb60f2310ab979295;p=pandora-kernel.git [S390] Fix IRQ tracing in case of PER In case user space is single stepped (PER) the program check handler claims too early that IRQs are enabled on the return path. Subsequent checks will notice that the IRQ mask in the PSW and what lockdep thinks the IRQ mask should be do not correlate and therefore will print a warning to the console and disable lockdep. Fix this by doing all the work within the correct context. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed