HomeFreeBSD

pf: Avoid warning without INVARIANTS

Description

pf: Avoid warning without INVARIANTS

When INVARIANTS is not set the 'last' variable is not used, which can generate
compiler warnings.
If this invariant is ever violated it'd result in a KASSERT failure in
refcount_release(), so this one is not strictly required.

Details

Provenance
kpAuthored on
Parents
rS328651: Change the default MSR values used when starting userland and kernel
Branches
Unknown
Tags
Unknown