Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.

This commit is contained in:
Bill Paul 2004-04-20 02:27:38 +00:00
parent 5bdc6a4115
commit e3a62f4d54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128449

View File

@ -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)