commit | 67890d7084085e29c51afa2514036d42643fd3cf | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Thu Mar 16 23:04:00 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 17 07:51:25 2006 -0800 |
tree | 2562028768e7236ee70a5954aa45d8922fcbf350 | |
parent | 90036ee5938d89638e80f4d0d0700d0f2dbd4a6a [diff] |
[PATCH] time_interpolator: add __read_mostly The pointer to the current time interpolator and the current list of time interpolators are typically only changed during bootup. Adding __read_mostly takes them away from possibly hot cachelines. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>