summaryrefslogtreecommitdiff
path: root/sys/arch/hpcarm/include/intr.h
AgeCommit message (Expand)Author
2021-06-05there is no SPL_SOFTchristos
2020-07-27Don't remove the _LKM #ifdefs, but do s/_LKM/_MODULE/skrll
2020-07-23unidef -U_LKMskrll
2014-02-04_setsoftintr is long dead. reap any leftovers from arm.matt
2012-07-28Remove IPL_SAFEPRImatt
2012-07-27Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MDmatt
2012-06-10Remove unused __NEWINTR definesskrll
2010-11-13sys/device.h is not suitable for such low-level definitions.uebayasi
2010-06-13Apply fixes for PR port-arm/43339:tsutsui
2010-04-17Added Sharp W-ZERO3 series support.nonaka
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-01Quick and dirty fix for hpcarm build failure, using hpcarm specifictoshii
2006-12-21merge yamt-splraiseipl branch.yamt
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2001-11-26Use <arm/arm32/psl.h> rather than <machine/psl.h>.thorpej
2001-06-20Add IPL_SOFT* interrupt levels.toshii
2001-05-22Implement generic soft interrupt for hpcarm.toshii
2001-05-15Change _ARM32_*_H_ to _HPCARM_*_H_.toshii
2001-04-30Pull in <machine/psl.h> for spl* definitions.toshii
2001-02-23hpcarm:ichiro