summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/include/softintr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove "for all XXX platforms" from comment. Fixes the issue pointed outkettenis2020-08-141-2/+2
| | | | | | by miod@ where the powerpc64 claimed to be "for all AArch64 platforms". ok patrick@
* Convert netisr to a normal soft interrupt instead of hanving MD codeclaudio2010-12-211-6/+1
| | | | | | for it. This makes the netisr a real C function which will help further development. No noticable performance change on i386 and amd64. With input from kettenis@ and miod@ additional OKs mikeb@ and henning@
* Mutexes for arm and sh softinterrupts.oga2009-04-191-6/+9
| | | | ok miod@
* Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and renamekettenis2009-04-081-9/+2
| | | | | | | IPL_SOFTSERIAL to IPL_SOFTTTY. tested by oga@ ok miod@
* evcnt & friends were replaced by a proper interrupt counting mechanism 3 years ago; ok miodderaadt2007-05-101-2/+1
|
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+106