From: Pat Gefre Date: Thu, 8 Mar 2007 04:41:29 +0000 (-0800) Subject: [PATCH] 2.6 Altix: console fix for CONFIG_DEBUG_SHIRQ usage X-Git-Tag: v2.6.21-rc4~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70c81d4ddb0d300abc252cb594198d3c797a5e1;p=pandora-kernel.git [PATCH] 2.6 Altix: console fix for CONFIG_DEBUG_SHIRQ usage The sn console driver was snagged by the use of CONFIG_DEBUG_SHIRQ! The request_irq() immediate call to the interrupt handler caused another attempt to lock the port lock - deadlock. This is a patch to fix that. Signed-off-by: Patrick Gefre Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed