From: Nikanth Karthikesan Date: Wed, 30 Jan 2008 12:32:59 +0000 (+0100) Subject: x86: change x86 machine check handler to use unlocked_ioctl instead X-Git-Tag: v2.6.25-rc1~1143^2~346 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68461b67d97739707b3fc57618f22091791f2af;p=pandora-kernel.git x86: change x86 machine check handler to use unlocked_ioctl instead The machine check handler registers ioctl handler that is called with the BKL held. Changing to register unlocked_ioctl instead. Also mce ioctl handler does not seem to need any lock protection. To: Andi Kleen Cc: linux-kernel@vger.kernel.org Cc: kernel-janitors@vger.kernel.org Change the Machine check handler to use unlocked_ioctl instead of ioctl handler. Also the mce ioctl handler does not need any lock protection. Signed-off-by: Nikanth Karthikesan Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed