K 10 svn:author V 3 jhb K 8 svn:date V 27 2016-10-31T18:37:05.144145Z K 7 svn:log V 324 Move declarations of invpcid_works and pmap_pcid_enabled to pmap.h. Previously these were only declared under #ifdef SMP in . However, these variables are defind in pmap.c unconditionally, and efirt.c references them unconditionally. This fixes non-SMP kernel builds. Discussed with: kib MFC after: 1 week END