| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok dlg@
|
|
|
|
| |
ok kettenis@, visa@
|
|
|
|
|
|
| |
`mtx_owner' becomes the first field of 'struct mutex' on i386/amd64/arm64.
ok visa@
|
| |
|
|
|
|
| |
ok dlg@ mpi@ deraadt@
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Tested by fkr@, claudio@, nick@.
|
|
use of MD spl code bowels. No functional change.
|