summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/intr_machdep.h
Commit message (Collapse)AuthorAgeFilesLines
* Interrupt statistics, vmstat -i now works.grehan2004-02-111-0/+3
| | | | | | Submitted by: Suleiman Souhlal <refugee@segfaulted.com> Slightly modified by: grehan Derived from: i386
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-1/+1
| | | | ithread_create() changes etc. This should be mostly a NOP.
* - Introduce a flags value into the interrupt handler structure.benno2003-02-011-1/+2
| | | | | - 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.
* Add interrupt handling support code.benno2002-07-091-0/+49
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.
OpenPOWER on IntegriCloud