Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information