[PATCH] uml: revert "run mconsole "sysrq" in process context"

Revert commit 12ebcd73e40e09f0dfddf89e465cc0541e0ff8b1, i.e. [PATCH] uml: run
mconsole "sysrq" in process context on request from Jeff Dike.

a) sysrq may be run when the scheduler is non-functioning

b) the warning I wanted to fix actually came from the fault handler run in
atomic context. But I fixed that not to take the semaphore in a separate
patch.

c) the fault handler is run because of a fault, and that fault was
unaffected by this patch.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Paolo 'Blaisorblade' Giarrusso and committed by Linus Torvalds bd948057 8923648c

+1 -1
+1 -1
arch/um/drivers/mconsole_user.c
··· 23 23 { "reboot", mconsole_reboot, MCONSOLE_PROC }, 24 24 { "config", mconsole_config, MCONSOLE_PROC }, 25 25 { "remove", mconsole_remove, MCONSOLE_PROC }, 26 - { "sysrq", mconsole_sysrq, MCONSOLE_PROC }, 26 + { "sysrq", mconsole_sysrq, MCONSOLE_INTR }, 27 27 { "help", mconsole_help, MCONSOLE_INTR }, 28 28 { "cad", mconsole_cad, MCONSOLE_INTR }, 29 29 { "stop", mconsole_stop, MCONSOLE_PROC },