pmc: remove assert that is invalid in interrupt context
This commit is contained in:
parent
2364d1a74e
commit
a1a1e8a89a
@ -217,7 +217,6 @@ do { \
|
||||
*/
|
||||
#define PMC_CALL_HOOK_UNLOCKED(t, cmd, arg) \
|
||||
do { \
|
||||
MPASS(!in_epoch()); \
|
||||
if (pmc_hook != NULL) \
|
||||
(pmc_hook)((t), (cmd), (arg)); \
|
||||
} while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user