diff options
author | govinda <none@none> | 2005-08-02 18:36:51 -0700 |
---|---|---|
committer | govinda <none@none> | 2005-08-02 18:36:51 -0700 |
commit | b08160e2ab6be5348af95236e7cb23afbdfeb556 (patch) | |
tree | d1efe5e28dc83ae8982dfa4386dacddda098e740 /usr/src/uts/common/sys/ddi_intr_impl.h | |
parent | 99ed60835c8ee445d8d0e2cc7b574b40970a7410 (diff) | |
download | illumos-gate-b08160e2ab6be5348af95236e7cb23afbdfeb556.tar.gz |
6303530 ddi_intr_trigger_softintr in new interrupt framework can't be called at high PIL
Diffstat (limited to 'usr/src/uts/common/sys/ddi_intr_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/ddi_intr_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/ddi_intr_impl.h b/usr/src/uts/common/sys/ddi_intr_impl.h index dc8321b1d1..f741709d09 100644 --- a/usr/src/uts/common/sys/ddi_intr_impl.h +++ b/usr/src/uts/common/sys/ddi_intr_impl.h @@ -197,7 +197,7 @@ int i_ddi_intr_ops(dev_info_t *dip, dev_info_t *rdip, ddi_intr_op_t op, int i_ddi_add_softint(ddi_softint_hdl_impl_t *); void i_ddi_remove_softint(ddi_softint_hdl_impl_t *); -int i_ddi_trigger_softint(ddi_softint_hdl_impl_t *); +int i_ddi_trigger_softint(ddi_softint_hdl_impl_t *, void *); int i_ddi_set_softint_pri(ddi_softint_hdl_impl_t *, uint_t); void i_ddi_intr_devi_init(dev_info_t *dip); |