diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/cpuset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 6fe28d6f282b..681a5d58d40d 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c | |||
@@ -62,7 +62,7 @@ | |||
62 | * When there is only one cpuset (the root cpuset) we can | 62 | * When there is only one cpuset (the root cpuset) we can |
63 | * short circuit some hooks. | 63 | * short circuit some hooks. |
64 | */ | 64 | */ |
65 | int number_of_cpusets; | 65 | int number_of_cpusets __read_mostly; |
66 | 66 | ||
67 | /* See "Frequency meter" comments, below. */ | 67 | /* See "Frequency meter" comments, below. */ |
68 | 68 | ||