summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2004-04-20 02:27:38 +0000
committerwpaul <wpaul@FreeBSD.org>2004-04-20 02:27:38 +0000
commitd1e72fc336eeddc2e5651861c3d421ca488f6de2 (patch)
tree3e135e55d3c5f4c4746b96b0f243d94938504c16 /sys/compat
parentd2853a8ca82d29e15e5b018b3c3e85e3cfe2ccdb (diff)
downloadFreeBSD-src-d1e72fc336eeddc2e5651861c3d421ca488f6de2.zip
FreeBSD-src-d1e72fc336eeddc2e5651861c3d421ca488f6de2.tar.gz
Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/ndis/ntoskrnl_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/ndis/ntoskrnl_var.h b/sys/compat/ndis/ntoskrnl_var.h
index 24260c6..b70ce90 100644
--- a/sys/compat/ndis/ntoskrnl_var.h
+++ b/sys/compat/ndis/ntoskrnl_var.h
@@ -204,7 +204,7 @@ typedef struct nt_dispatch_header nt_dispatch_header;
((td)->td_proc->p_flag & P_KTHREAD == FALSE)
#define AT_DISPATCH_LEVEL(td) \
- ((td)->td_priority == PI_REALTIME)
+ ((td)->td_base_pri == PI_REALTIME)
#define AT_DIRQL_LEVEL(td) \
((td)->td_priority <= PI_NET)
OpenPOWER on IntegriCloud