K 10 svn:author V 3 cem K 8 svn:date V 27 2017-10-11T14:59:04.774021Z K 7 svn:log V 307 hwpmc(4): Force sufficiently wide type for left shift Ordinary input to this macro comes from pe_code, which is uint16_t. Coverity points out that shifting such a value discards the result of a 24 bit shift, which is not what we want. A follow-up to r324291. CID: 1381676 Sponsored by: Dell EMC Isilon END