From: Tejun Heo Date: Tue, 24 Feb 2009 03:32:28 +0000 (+0900) Subject: percpu: add __read_mostly to variables which are mostly read only X-Git-Tag: v2.6.30-rc1~2^2~50^2~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40150d37be7f7949b2ec07d511244da856647d84;p=pandora-kernel.git percpu: add __read_mostly to variables which are mostly read only Most global variables in percpu allocator are initialized during boot and read only from that point on. Add __read_mostly as per Rusty's suggestion. Signed-off-by: Tejun Heo Cc: Rusty Russell --- Reading git-diff-tree failed