K 10 svn:author V 3 jhb K 8 svn:date V 27 2015-05-22T11:09:41.656161Z K 7 svn:log V 368 Expand ktr_mask to be a 64-bit unsigned integer. The mask does not really need to be updated with atomic operations and the downside of losing races during transitions is not great (it is not marked volatile, so those races are pretty wide open as it is). Differential Revision: https://reviews.freebsd.org/D2595 Reviewed by: emaste, neel, rpaulo MFC after: 2 weeks END