K 10 svn:author V 3 jhb K 8 svn:date V 27 2016-11-22T18:43:04.976583Z K 7 svn:log V 297 MFC 308142: 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. END