summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/intr_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* add support for interrupt counting on sparc64. This copies part of thejmg2003-07-161-0/+1
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, tojake2002-09-281-1/+1
* Forward declare struct trapframe.jake2002-05-291-0/+2
* Convert the interrupt queue from an array to a linked list. Implementjake2002-05-251-19/+12
* Forward declare struct trapframe.jake2002-05-201-0/+2
* Avoid crashing in early boot when WITNESS is enabled by moving thetmm2002-02-131-1/+2
* Add initial smp support. This gets as far as allowing the secondaryjake2002-01-081-0/+3
* Make it clear that IH_SHIFT is expected to be that of a pointer.jake2001-12-291-7/+2
* Change the stray count in struct intr_vector to a vector number that canjake2001-10-201-8/+2
* Add inthand_add() and inthand_remove() for use by the MD bus code andtmm2001-10-121-1/+11
* Split the low level trap code into trap, interrupt and syscall, itsjake2001-09-301-0/+1
* style(9) the structure definitions.obrien2001-09-051-4/+4
* Add early code to support interrupts.jake2001-08-101-0/+86
OpenPOWER on IntegriCloud