hwpmc: remove stale assert
Reported by: eadler
This commit is contained in:
parent
212967ff26
commit
02ce8216df
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user