From: Christoph Lameter Date: Tue, 6 Sep 2005 22:16:33 +0000 (-0700) Subject: [PATCH] More __read_mostly variables X-Git-Tag: v2.6.14-rc1~732 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d8c1414573be8cf7c8fdc1e076935697c7f6af;p=pandora-kernel.git [PATCH] More __read_mostly variables Move some more frequently read variables that showed up during some of our performance tests as sometimes ending up in hot cachelines to the read_mostly section. Fix: Move the __read_mostly from before hpet_usec_quotient to follow the variable like the other uses of __read_mostly. Signed-off-by: Alok N Kataria Signed-off-by: Christoph Lameter Signed-off-by: Shai Fultheim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed