mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove local change leftover, this should never have been part of
r255745. Pointy-hat to: davide Approved by: re (implicit)
This commit is contained in:
parent
7faf4d90e8
commit
cabba8f230
1 changed files with 0 additions and 2 deletions
|
|
@ -2027,7 +2027,6 @@ pmc_allocate_owner_descriptor(struct proc *p)
|
|||
/* allocate space for N pointers and one descriptor struct */
|
||||
po = malloc(sizeof(struct pmc_owner), M_PMC, M_WAITOK|M_ZERO);
|
||||
po->po_owner = p;
|
||||
LIST_INIT(&po->po_pmcs);
|
||||
LIST_INSERT_HEAD(poh, po, po_next); /* insert into hash table */
|
||||
|
||||
TAILQ_INIT(&po->po_logbuffers);
|
||||
|
|
@ -2153,7 +2152,6 @@ pmc_allocate_pmc_descriptor(void)
|
|||
struct pmc *pmc;
|
||||
|
||||
pmc = malloc(sizeof(struct pmc), M_PMC, M_WAITOK|M_ZERO);
|
||||
LIST_INIT(&pmc->pm_targets);
|
||||
|
||||
PMCDBG(PMC,ALL,1, "allocate-pmc -> pmc=%p", pmc);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue