]> git.baikalelectronics.ru Git - kernel.git/commit
8250: Fix lock warning (and possible crash)
authorAlan Cox <alan@redhat.com>
Tue, 14 Oct 2008 10:29:06 +0000 (11:29 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2008 17:03:33 +0000 (10:03 -0700)
commitebd84adc857ebf440a4f997e948d2002b7357bdf
tree3a39612ac27c742d4999f1c411ee23a9eedde71f
parentaf2e5e7767ef15ce703f940f69160c7417d3856e
8250: Fix lock warning (and possible crash)

Splitting the 8250 code back up to avoid a clash with the NR_IRQS removal
patch introduced a last minute bug. Put back the additional needed lines
for the old lock init

Signed-off-by: Alan Cox <alan@redhat.com>
[ Ingo also reports that this can cause a spontaneous reboot crash with
  certain configs, and sends in an identical patch ]
Tested-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/8250.c