Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused spllock(). | 2018-08-20 | 1 | -3/+1 | |
| | | | | OK deraadt@ mpi@ | ||||
* | rename raiseipl to splraise() | 2016-06-13 | 1 | -11/+11 | |
| | | | | | | another step toward making splraise an MI api. ok aoyama@ | ||||
* | Convert netisr to a normal soft interrupt instead of hanving MD code | 2010-12-21 | 1 | -6/+1 | |
| | | | | | | for it. This makes the netisr a real C function which will help further development. No noticable performance change on i386 and amd64. With input from kettenis@ and miod@ additional OKs mikeb@ and henning@ | ||||
* | Generic softinterrupt support for m88k based platforms, adapted from arm | 2009-03-15 | 1 | -8/+92 | |
| | | | | | | | with different locking mechanism. 88110 soft ipi are replaced with an ipi callback which is checked upon return from exception (it can not be kept as a softintr, as the generic softinterrupt code doesn't have per-cpu pending softintr queues). | ||||
* | Introduce splsoftassert(), similar to splassert() but for soft interrupt | 2009-03-15 | 1 | -1/+3 | |
| | | | | | | levels. This will allow for platforms where soft interrupt levels do not map to real hardware interrupt levels to have soft ipl values overlapping hard ipl values without breaking spl asserts. | ||||
* | Rework {get,set,raise}ipl() to minimize psr modification, especially on | 2007-11-17 | 1 | -3/+4 | |
| | | | | boards such as mvme1[89]7 where spl changes can be atomic. | ||||
* | splassert_ctl defaults to 1 now, so dont wrap the checks for | 2007-05-16 | 1 | -2/+2 | |
| | | | | | | splassert_ctl > 0 in __predict_false(). ok deraadt@ | ||||
* | remove splimp. | 2006-03-13 | 1 | -2/+1 | |
| | | | | ok miod@ | ||||
* | Implement __cpu_simple_lock_t for m88k. | 2005-12-03 | 1 | -1/+3 | |
| | |||||
* | Define IPL_SCHED and spslsched(), matching the statclock level. | 2005-10-12 | 1 | -2/+2 | |
| | |||||
* | MVME88K -> M88K in include file guard symbols. No functional changes. | 2005-09-06 | 1 | -2/+2 | |
| | |||||
* | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | 2005-05-01 | 1 | -14/+4 | |
| | |||||
* | nothing uses spllowersoftclock() anymore | 2005-04-19 | 1 | -2/+1 | |
| | |||||
* | Start factorizing luna88k and mvme88k common parts. | 2004-04-26 | 1 | -0/+84 | |
For now, include files only. |