summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/intr.h
AgeCommit message (Expand)Author
2005-10-12Define IPL_SCHED and spslsched(), matching the statclock level.Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat
2004-01-08Some splfoo() have raise-if-lower semantics; so introduce raiseipl() whichMiod Vallat
2003-10-11Nuke trailing whitespace.Miod Vallat
2003-01-13Clean up ipl handling: be sure to always return valid levels in getipl(),Miod Vallat
2003-01-04Don't define splassert goo if _LOCOREMiod Vallat
2003-01-03splassert support for m88kMiod Vallat
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-10spellingTheo de Raadt
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-11-21Lower splvm() level, after discussing with art.Miod Vallat
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-03-16More function prototypes.Miod Vallat
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree