summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/interrupt.c
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Be more conservative about re-enabling interrupts during trap processinggrehan2003-01-081-1/+1
| | | | | | until atomic issues are fully sorted. Approved by: benno
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicgrehan2002-09-191-6/+0
| | | | Approved by: benno
* Many fixes to low-level trap and interrupt handling:benno2002-06-291-0/+123
- Tidy up clock code. Don't repeatedly call hardclock(). - Remove intrnames, decrnest and intrcnt from locore.s - Coalesce all trap handling into a single stub that then calls a dispatch function. Submitted by: Peter Grehan <peterg@ptree32.com.au>
OpenPOWER on IntegriCloud