summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/intr.h
AgeCommit message (Expand)Author
2007-05-19Use atomic operations in set_sint() instead of disabling interrupts in theMiod Vallat
2007-03-20Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable forMark Kettenis
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-11cbb needs IPL_VM to be defined now.Miod Vallat
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-10-01Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsoftttyDale Rahn
2004-06-28Use new event counter API for interrupt counting on macppc. drahn@ okAaron Campbell
2003-10-31tab/whitespace cleanup.Dale Rahn
2003-10-19Use defines instead of magic constants for more IPL_ stuff, also sortDale Rahn
2003-07-14tickspending is now a private variable of clock.cDale Rahn
2003-07-14'dual' clock support for macppc, this allows the stat clock to runDale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
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-01-26splclock() should block SPL_BIO - SPL_IMP.Dale Rahn
2002-01-21ARGH, fix it right...Dale Rahn
2002-01-21Better barrier protection. pefo found an instance where the previousDale Rahn
2001-11-19Remove pointless additional 'syncing' instructions in the powerpc spl*()Dale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-06-24Add prototypes for softnet, ofrootfound.Dale Rahn
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
2001-03-29Make several global variables referenced as extern, not common.Dale Rahn
2000-07-07Since it is possible for the interrupt controller to be configured lateDale S. Rahn
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
2000-03-31add support for intrcnt from "C", make CLK_IRQ availableDale S. Rahn
1999-11-09autoconf.hDale S. Rahn
1998-10-09requesting tty and net soft interrupts does not mean requesting a clockDale S. Rahn
1998-08-25Fix a couple of spl errors - spotted by Dale and me.Per Fogelstrom
1997-10-13Monolithic PowerPC kernel, new includePer Fogelstrom