diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-05-04 05:54:02 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-05-04 05:54:02 +0000 |
| commit | 5918c72d28420355bcd647acd523c131b9e66343 (patch) | |
| tree | 46f419a64a3e61ff993d5bdbf2dbf89a8b22e95c /sys/dev/uart | |
| parent | 01a157ea6615ce8d0f8567b6666ed46ddf3b7fe4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 6b33b6f51dab1..36b59be9d83f5 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -337,8 +337,8 @@ uart_bus_attach(device_t dev) sc, &sc->sc_icookie); if (error) error = BUS_SETUP_INTR(device_get_parent(dev), dev, - sc->sc_ires, INTR_TYPE_TTY, uart_intr, sc, - &sc->sc_icookie); + sc->sc_ires, INTR_TYPE_TTY | INTR_MPSAFE, + uart_intr, sc, &sc->sc_icookie); else sc->sc_fastintr = 1; |
