summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/man_hash.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2013-06-02 01:55:53 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2013-06-02 01:55:53 +0000
commit8548005f6f3ae2fb7743ffb9cef7ba71af182b0c (patch)
tree8b1ac8d3ae2fa3b754b0912a1408776350283751 /usr.bin/mandoc/man_hash.c
parent790bcce67ee4aaa4961fb54a5d22b8369c8b6e1f (diff)
To prevent lock ordering problems with the kernel lock, we need to make sure
we block all interrupts that can grab the kernel lock. The simplest way to achieve this is to make sure mutexes always raise the ipl to the highest level that has interrupts that grab the kernel lock. This will allow us to have "mpsafe" interrupt handlers at lower priority levels. No change for non-MULTIPROCESSOR kernels. discussed with many ok mpi@, tedu@
Diffstat (limited to 'usr.bin/mandoc/man_hash.c')
0 files changed, 0 insertions, 0 deletions