From: Russell King Date: Tue, 2 May 2006 15:04:29 +0000 (+0100) Subject: [SERIAL] 8250: add locking to console write function X-Git-Tag: v2.6.17-rc4~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a5a8d7cc32e4474326e0ecc1b959063490efc9;p=pandora-kernel.git [SERIAL] 8250: add locking to console write function x86 SMP breaks as a result of the previous change, we have no real option other than to add locking to the 8250 console write function. If an oops is in progress, try to acquire the lock. If we fail to do so, continue anyway. Signed-off-by: Russell King --- Reading git-diff-tree failed