commit | 40150d37be7f7949b2ec07d511244da856647d84 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Feb 24 12:32:28 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Tue Feb 24 14:24:30 2009 +0900 |
tree | 6edc4e8d0a0302328f5e65ec6378b703cb6c2e35 | |
parent | 8ac837571491e239e64bd87863c1679d8002e8a2 [diff] |
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 <tj@kernel.org> Cc: Rusty Russell <rusty@rustcorp.com.au>