git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f5c4c
)
[PATCH] 2.6 Altix: console fix for CONFIG_DEBUG_SHIRQ usage
author
Pat Gefre
<pfg@sgi.com>
Thu, 8 Mar 2007 04:41:29 +0000
(20:41 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 8 Mar 2007 15:39:15 +0000
(07:39 -0800)
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 <pfg@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/sn_console.c
patch
|
blob
|
history
diff --cc
drivers/serial/sn_console.c
Simple merge