diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-02-26 19:21:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-02-26 19:21:56 +0000 |
| commit | 844933a831c86b4820ad82d6d244c07ca7b534e8 (patch) | |
| tree | b4c79c27e45d139b0897258b20eb41f12f506c08 /sys/dev/rc | |
| parent | 9fb9aa7f06f2c3d3964bf4cbe9747e9769a25663 (diff) | |
Notes
Diffstat (limited to 'sys/dev/rc')
| -rw-r--r-- | sys/dev/rc/rc.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 672b0911f330..40178ecd97ee 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -818,11 +818,10 @@ done1: ; critical_exit(); (*linesw[tp->t_line].l_start)(tp); } + if (sc->sc_scheduled_event == 0) + break; } - if (sc->sc_scheduled_event == 0) - break; - } - while (sc->sc_scheduled_event >= LOTS_OF_EVENTS); + } while (sc->sc_scheduled_event >= LOTS_OF_EVENTS); } static void |
