summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2005-02-16 18:18:30 +0000
committerwpaul <wpaul@FreeBSD.org>2005-02-16 18:18:30 +0000
commita372ba85cee8186936a67b01506b82c45df2adfe (patch)
tree7bd47a7b0e507dddb01a8e51c992241ccf0928f5 /usr.sbin
parent7662ea78966911e735feef0771a6c56dff7c55ef (diff)
downloadFreeBSD-src-a372ba85cee8186936a67b01506b82c45df2adfe.zip
FreeBSD-src-a372ba85cee8186936a67b01506b82c45df2adfe.tar.gz
KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at least
for now) exactly the same as KfAcquireSpinLock() and KfReleaseSpinLock(). I implemented the former as small routines in subr_ntoskrnl.c that just turned around and invoked the latter. But I don't really need the wrapper routines: I can just create an entries in the ntoskrnl func table that map KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() to KfAcquireSpinLock() and KfReleaseSpinLock() directly. This means the stubs can go away.
Diffstat (limited to 'usr.sbin')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud