cpm_uart: Fix cpm uart corruption with PREEMPT_RT
authorRune Torgersen <runet@innovsys.com>
Tue, 20 May 2008 19:39:17 +0000 (14:39 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 14 Jul 2008 12:55:29 +0000 (07:55 -0500)
Fix CPM serial port corruption when running with CONFIG_PREEMPT_RT.
Userland usage of console, and kernel printf's were stepping on each others toes.
Also only take lock if not in an oops.

Signed-off-by: Rune Torgersen <runet@innovsys.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found