diff options
author | marius <marius@FreeBSD.org> | 2008-04-23 20:04:38 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-04-23 20:04:38 +0000 |
commit | f7fcfdc595633492f520f12db8f7447003ab54b3 (patch) | |
tree | c31fd4bcad0b90fa7240c1cfbbfc8bc6975d7cd6 /lib/libthr/thread/thr_cancel.c | |
parent | 14c9906df574afb418e2fbc4ebbf3743c8a541a8 (diff) | |
download | FreeBSD-src-f7fcfdc595633492f520f12db8f7447003ab54b3.zip FreeBSD-src-f7fcfdc595633492f520f12db8f7447003ab54b3.tar.gz |
o Rename ic_eoi to ic_clear to emphasize the functions it points
don't send and EOI which works like on amd64/i386 and blocks all
interrupts on the relevant interrupt controller.
o Replace the post_filter and post_inthread hooks registered when
creating the interrupt events with just ic_clear as on sparc64 we
don't need to do any disable->EOI->enable dance to unblock all but
the relevant interrupt while running the filter or handler; just
not clearing the interrupt already has the same effect.
o Merge from amd64/i386:
- Split the intr_table_lock into an sx lock used for most things,
and a spin lock to protect intrcnt_index.
- Add support for binding interrupts to CPUs, including for the
bus_bind_intr(9) interface, a assign_cpu hook and initially
shuffling interrupts arround in a round-robin fashion.
Reviewed by: jhb
MFC after: 1 month
Diffstat (limited to 'lib/libthr/thread/thr_cancel.c')
0 files changed, 0 insertions, 0 deletions