Peter Grehan
49f397d0c3
Interrupt statistics, vmstat -i now works.
...
Submitted by: Suleiman Souhlal <refugee@segfaulted.com>
Slightly modified by: grehan
Derived from: i386
2004-02-11 13:18:31 +00:00
Peter Wemm
0bfbe7b935
Widen the enable/disable helper function's argument in line with the
...
ithread_create() changes etc. This should be mostly a NOP.
2003-11-17 06:10:15 +00:00
Benno Rice
cbab7e25fd
- Introduce a flags value into the interrupt handler structure.
...
- Copy the flags passed to inthand_add into the flags value.
- If the interrupt is INTR_FAST, re-enable the irq after running the handler.
2003-02-01 07:20:36 +00:00
Benno Rice
f6a7723dff
Add interrupt handling support code.
...
I've tried to make this fairly platform-independant as some PowerPC platforms
may not have openpic-style interrupt controllers. This may not have the best
performance but it works for now.
2002-07-09 11:12:20 +00:00