summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/intr.h
AgeCommit message (Expand)Author
2003-09-03Move CLKF_BASEPRI to machine specific <intr.h> file since it depends onmatt
2003-06-25Bracket the opt_multiprocessor.h #include with #ifdef _KERNEL_OPT.dyoung
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-02-02Perform a rototill of the powerpc code. Mandate use of SPRG0 to storematt
2002-07-28restructure the FPU and AltiVEC code so that it works for MP.chs
2002-07-05Peform a rototill over the powerpc-based ports.matt
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-22Merge my MP tree. At this point, Daystar dual 604 card (i.e. Power Macintoshtsubai
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2000-11-29Make spl functions no-inline. This saves size and even it runs faster ontsubai
2000-08-22Add spllock(). See spl(9) for details.thorpej
2000-08-21Make sure we provide splsched() as described in spl(9).thorpej
2000-02-11Change ICU_LEN to 64.tsubai
1999-08-05Change the semantics of splsoftclock() to be like other spl*() functions,thorpej
1999-01-11Count clock interrupts.tsubai
1998-08-15Assign my copyrights to TNF.mycroft
1998-07-18Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't useis
1998-05-15Initial import of macppc port.tsubai