https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243117
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|New |Closed Resolution|--- |FIXED --- Comment #4 from Mark Johnston <[email protected]> --- Before r356348 we were reading EARLY_COUNTER, giving a bogus allocation counter. It happens to work on amd64 because counter_u64_fetch() uses CPU_FOREACH, which is a no-op before SI_SUB_CPU. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
