From: Andy Lutomirski Date: Thu, 20 Nov 2014 01:59:41 +0000 (-0800) Subject: x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~160^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bced35b65aefe53a6f77a9ed0ce1aea86e9d65a2;p=pandora-kernel.git x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic In some IST handlers, if the interrupt came from user mode, we can safely enable preemption. Add helpers to do it safely. This is intended to be used my the memory failure code in do_machine_check. Acked-by: Borislav Petkov Signed-off-by: Andy Lutomirski --- Reading git-diff-tree failed