mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
hwpmc: Restore line lost in previous commit
MFC after: 3 days
This commit is contained in:
parent
062b69ba04
commit
de852d78ff
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue