]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] time_interpolator: add __read_mostly
authorChristoph Lameter <clameter@sgi.com>
Fri, 17 Mar 2006 07:04:00 +0000 (23:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Mar 2006 15:51:25 +0000 (07:51 -0800)
commitaa8f1494050fceee8f1c55a31a6060d682122513
tree2562028768e7236ee70a5954aa45d8922fcbf350
parentb7d3d85bbe44baa416e1db04a3fad083bae65ebe
[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>
kernel/timer.c