K 10 svn:author V 3 mjg K 8 svn:date V 27 2017-09-06T20:32:49.790935Z K 7 svn:log V 308 Introduce __read_frequently While __read_mostly groups variables together, their placement is not specified. In particular 2 frequently used variables can end up in different lines. This annotation is only expected to be used for variables read all the time, e.g. on each syscall entry. MFC after: 1 week END