hwpmc: remove stale assert

Reported by:	eadler
This commit is contained in:
Matt Macy 2018-05-30 06:29:22 +00:00
parent 212967ff26
commit 02ce8216df

View File

@ -2197,7 +2197,6 @@ pmc_hook_handler(struct thread *td, int function, void *arg)
break;
case PMC_FN_MMAP:
MPASS(in_epoch() || sx_xlocked(&pmc_sx));
pmc_process_mmap(td, (struct pmckern_map_in *) arg);
break;