From: Akira Takeuchi Date: Wed, 27 Oct 2010 16:28:37 +0000 (+0100) Subject: MN10300: Provide the functions to fully disable maskable interrupts X-Git-Tag: v2.6.37-rc1~81^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f200d3fed9ca34e94ee03df049f7dcd71538acf;p=pandora-kernel.git MN10300: Provide the functions to fully disable maskable interrupts The local_irq_disable() function and co. merely raise the interrupt mask on the MN10300 arch to exclude normal interrupts. This still lets other, higher priority maskable interrupts through, such as are used to service gdbstub's serial port and the MN10300 on-chip serial port virtual FIFOs. Provide functions to allow the maskable interrupts to be fully disabled, which will exclude those interrupts. Signed-off-by: Akira Takeuchi Signed-off-by: Kiyoshi Owada Signed-off-by: David Howells --- Reading git-diff-tree failed