From: Thomas Gleixner Date: Fri, 2 Dec 2011 15:02:45 +0000 (+0100) Subject: clockevents: Set noop handler in clockevents_exchange_device() X-Git-Tag: v3.2-rc5~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de28f25e8244c7353abed8de0c7792f5f883588c;p=pandora-kernel.git clockevents: Set noop handler in clockevents_exchange_device() If a device is shutdown, then there might be a pending interrupt, which will be processed after we reenable interrupts, which causes the original handler to be run. If the old handler is the (broadcast) periodic handler the shutdown state might hang the kernel completely. Signed-off-by: Thomas Gleixner Cc: stable@vger.kernel.org --- Reading git-diff-tree failed