pmc: remove assert that is invalid in interrupt context

This commit is contained in:
Matt Macy 2018-06-03 19:37:09 +00:00
parent 2364d1a74e
commit a1a1e8a89a

View File

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