freebsd-nq/sys/compat/ndis
Rebecca Cran 03225fac13 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>
2012-03-04 17:08:43 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c
kern_windrv.c
ndis_var.h
ntoskrnl_var.h
pe_var.h
resource_var.h
subr_hal.c Fix race condition in KfRaiseIrql(). 2012-03-04 17:08:43 +00:00
subr_ndis.c
subr_ntoskrnl.c
subr_pe.c
subr_usbd.c
usbd_var.h
winx32_wrap.S
winx64_wrap.S