HomeFreeBSD

MFC 308142: Move declarations of invpcid_works and pmap_pcid_enabled to pmap.h.

Description

MFC 308142: Move declarations of invpcid_works and pmap_pcid_enabled to pmap.h.

Previously these were only declared under #ifdef SMP in <machine/smp.h>.
However, these variables are defind in pmap.c unconditionally, and efirt.c
references them unconditionally. This fixes non-SMP kernel builds.

Details

Provenance
jhbAuthored on
Parents
rS309019: Add myself (dab) as a src committer and vangyzen as my mentor.
Branches
Unknown
Tags
Unknown