Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | Be more conservative about re-enabling interrupts during trap processing | grehan | 2003-01-08 | 1 | -1/+1 |
| | | | | | | until atomic issues are fully sorted. Approved by: benno | ||||
* | - moved intrcnt/intrnames to locore.s to fix sysctl -a panic | grehan | 2002-09-19 | 1 | -6/+0 |
| | | | | Approved by: benno | ||||
* | Many fixes to low-level trap and interrupt handling: | benno | 2002-06-29 | 1 | -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> |