summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-25 20:38:08 +0000
committerjhb <jhb@FreeBSD.org>2000-10-25 20:38:08 +0000
commit864799b097a119892b77a3d422a81fc484eb7d75 (patch)
tree318dca5941b6c383688e793c78ebd686615dfc5c /release
parenteec9a831189c595dd5b5c94d814978f6c8af3a9f (diff)
downloadFreeBSD-src-864799b097a119892b77a3d422a81fc484eb7d75.zip
FreeBSD-src-864799b097a119892b77a3d422a81fc484eb7d75.tar.gz
- Remove unneeded machine/ipl.h #include.
- Change the softintr() macro to do nothing on FreeBSD. Previously, this macro would set a bit in spending and schedule the softinterrupt thread to run. However, the bs driver never actually registers a a software interrupt handler, so all this work achieved nothing. From the code it is not clear what exactly the softintr() macro is actually supposed to be doing. It looks like it is supposed to be possibly running the hardware interrupt handler maybe? This handler is only present in the #ifdef __NetBSD__ code however. I have no idea how this driver handles interrupts at all, but at least it compiles now.
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud