mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.
This commit is contained in:
parent
5bdc6a4115
commit
e3a62f4d54
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128449
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user