cvs commit: src/sys/amd64/amd64 intr_machdep.c
src/sys/i386/i386 intr_machdep.c src/sys/kern kern_intr.c
src/sys/sys interrupt.h
Paolo Pisati
piso at FreeBSD.org
Sun May 6 19:59:30 UTC 2007
On Sun, May 06, 2007 at 12:29:25PM -0700, John-Mark Gurney wrote:
>
> It's still useful to have as a reference... It's easy to document which
> arches are still missing the parts...
ok, then i'll do that.
>
> But in another email you said that specifing just FILTER_SCHEDULE_THREAD
> (without FILTER_HANDLED) is illegal, but the above states that either
> FILTER_HANDLED or FILTER_SCHEDULE_THREAD is valid..
ops, didn't notice that... anyway yes, a filter can only return:
FILTER_STRAY
or
FILTER_HANDLED
or
FILTER_HANDLED | FILTER_SCHEDULE_THREAD
any other combination is wrong, and i'll fix the comment above.
> kmacy is probably a better person to talk to about this... Though I
> have done some work on sun4v, I don't have immediate access to one,
> and didn't work on the low level interrupt code as much as kmacy did...
/summon kmacy
bye,
P.
More information about the cvs-src
mailing list