]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] 68328serial: sysrq should use emergency_reboot
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 26 Jul 2005 17:59:54 +0000 (11:59 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Jul 2005 21:35:44 +0000 (14:35 -0700)
commit804ebf46d51653e736108074473d9493398f2df9
treeffd9b45b9b60df92d6794885b1b786aca6592006
parent970d32443e3d0be57a5cdc3de3752f528424b73d
[PATCH] 68328serial: sysrq should use emergency_reboot

The 68328serial.c driver has a weird local reimplementation of
magic sysrq.  The code is architecture specific enough that calling
machine_restart() is probably ok.  But there is no reason not to call
emergency_restart() so do so.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/68328serial.c