Please review: shared interrupts with fast handlers

Marcel Moolenaar xcllnt at mac.com
Thu Nov 30 09:17:31 PST 2006


All,

Attached a patch to support interrupt sharing with fast handlers. It's
pretty much copied from ia64. Please review.

With these changes, vmstat -i shows:

imac% vmstat -i
interrupt                          total       rate
irq19:                            102984          2
irq27:                                 3          0
irq28:                                 1          0
irq40:                                 1          0
irq41:                             25400          0
Total                             128389          2

I think this is the same as before, but can't really test right now.
It's not that informative though. It's probably nicer to see the
actual device name, as in:

imac% vmstat -i
interrupt                          total       rate
irq19:                            102984          2
ohci0:                                 3          0
ohci1:                                 1          0
fwohci0:                               1          0
gem0:                              25400          0
Total                             128389          2

Did I changethe output of vmstat -i?
If not, should I do that?

Thanks,

-------------- next part --------------
A non-text attachment was scrubbed...
Name: intr_machdep.diff
Type: application/octet-stream
Size: 8572 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ppc/attachments/20061130/2a704515/intr_machdep.obj
-------------- next part --------------

-- 
Marcel Moolenaar
xcllnt at mac.com




More information about the freebsd-ppc mailing list