HomeFreeBSD

MFC: r232509 by brucec

Description

MFC: r232509 by brucec

Fix race condition in KfRaiseIrql().

After getting the current irql, if the kthread gets preempted and
subsequently runs on a different CPU, the saved irql could be wrong.

Also, correct the panic string.

PR: kern/165630
Submitted by: Vladislav Movchan <vladislav.movchan at gmail.com>

Details

Provenance
bruefferAuthored on
Parents
rS285623: Fix typo in register definition.
Branches
Unknown
Tags
Unknown