aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cpuset.c2
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 */
65int number_of_cpusets; 65int number_of_cpusets __read_mostly;
66 66
67/* See "Frequency meter" comments, below. */ 67/* See "Frequency meter" comments, below. */
68 68