percpu: add __read_mostly to variables which are mostly read only
authorTejun Heo <tj@kernel.org>
Tue, 24 Feb 2009 03:32:28 +0000 (12:32 +0900)
committerTejun Heo <tj@kernel.org>
Tue, 24 Feb 2009 05:24:30 +0000 (14:24 +0900)
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 <tj@kernel.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>

No differences found