diff options
author | TAMUKI Shoichi | 2010-08-11 03:03:28 +0200 |
---|---|---|
committer | Linus Torvalds | 2010-08-11 17:59:22 +0200 |
commit | c7ff0d9c92435e836e13aaa8d0e56d4000424bcc (patch) | |
tree | 96f56d15b5dd96c44fb183ce00152608df50dc5c /usr | |
parent | afs: destroy work queue on init failure (diff) | |
download | kernel-qcow2-linux-c7ff0d9c92435e836e13aaa8d0e56d4000424bcc.tar.gz kernel-qcow2-linux-c7ff0d9c92435e836e13aaa8d0e56d4000424bcc.tar.xz kernel-qcow2-linux-c7ff0d9c92435e836e13aaa8d0e56d4000424bcc.zip |
panic: keep blinking in spite of long spin timer mode
To keep panic_timeout accuracy when running under a hypervisor, the
current implementation only spins on long time (1 second) calls to mdelay.
That brings a good effect, but the problem is the keyboard LEDs don't
blink at all on that situation.
This patch changes to call to panic_blink_enter() between every mdelay and
keeps blinking in spite of long spin timer mode.
The time to call to mdelay is now 100ms. Even this change will keep
panic_timeout accuracy enough when running under a hypervisor.
Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Russell King <linux@arm.linux.org.uk>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions