summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/intr.h
AgeCommit message (Expand)Author
2009-03-25Deinline softintr_schedule(). Also fix softintr priorities I got inverted afterMiod Vallat
2009-03-15Now that we have splsoftassert(), make the soft ipl levels positive andMiod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-07No need to register a soft interrupt for softclock, it's done in MI code.Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-05-05Directly map IPL_xxx in terms of ALPHA_PSL_IPL_xxx values, and implementMiod Vallat
2007-04-21fix generic soft interrupts; improve establishing and disestablishing ofMartin Reindl
2007-04-13get alpha SMP into a state where it at least compiles:Martin Reindl
2007-04-12__HAVE_CPUINFO for alpha, with bits from netbsdMartin Reindl
2006-06-15Rework the interrupt code, shaving some cycles off in the process.Brad Smith
2006-03-12remove splimp.Brad Smith
2006-01-29Add a alpha_shared_intr_reset_strays() function that resets the strayMartin Reindl
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2004-08-16Uninline splraise to save some time and space.Artur Grabowski
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-04-16provide MI splaudio(); ok miodPeter Valchev
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-30Generic soft interrupts from NetBSD plus some minor cleanups.Artur Grabowski
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-04-12Remove a bogus __attribute__ ((unused)) from _splraise.Artur Grabowski
2000-11-08tag the rest of alpha treeEric Jackson
2000-11-08Merge in big portions of the improvements NetBSD did to their alpha port.Artur Grabowski
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
1998-06-29isa_intr_check(), alpha style.Jason Downs
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist
1996-07-29Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling conventionNiklas Hallqvist
1996-06-18sync to 0616, retaining local diffsTheo de Raadt