hwpmc: Restore line lost in previous commit

MFC after:	3 days
This commit is contained in:
Alexander Motin 2024-11-28 11:53:24 -05:00
parent 062b69ba04
commit de852d78ff

View file

@ -139,6 +139,7 @@ static struct mtx pmc_kthread_mtx; /* sleep lock */
ph = (struct pmclog_header *)_le; \
ph->pl_header =_PMCLOG_TO_HEADER(TYPE,_len); \
ph->pl_tsc = tsc; \
_le += sizeof(*ph) / 4 /* skip over timestamp */
#define PMCLOG_RESERVE_SAFE(P, T, L, TSC) \
_PMCLOG_RESERVE_SAFE(P, T, L, return, TSC)