summaryrefslogtreecommitdiffstats
path: root/sys/arch/m88k/include/intr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused spllock().visa2018-08-201-3/+1
* rename raiseipl to splraise()dlg2016-06-131-11/+11
* Convert netisr to a normal soft interrupt instead of hanving MD codeclaudio2010-12-211-6/+1
* Generic softinterrupt support for m88k based platforms, adapted from armmiod2009-03-151-8/+92
* Introduce splsoftassert(), similar to splassert() but for soft interruptmiod2009-03-151-1/+3
* Rework {get,set,raise}ipl() to minimize psr modification, especially onmiod2007-11-171-3/+4
* splassert_ctl defaults to 1 now, so dont wrap the checks forthib2007-05-161-2/+2
* remove splimp.brad2006-03-131-2/+1
* Implement __cpu_simple_lock_t for m88k.miod2005-12-031-1/+3
* Define IPL_SCHED and spslsched(), matching the statclock level.miod2005-10-121-2/+2
* MVME88K -> M88K in include file guard symbols. No functional changes.miod2005-09-061-2/+2
* Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.miod2005-05-011-14/+4
* nothing uses spllowersoftclock() anymoremickey2005-04-191-2/+1
* Start factorizing luna88k and mvme88k common parts.miod2004-04-261-0/+84