summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2014-07-31 09:28:28 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-07-31 09:28:28 +1000
commit95915bd659989499407d261f3394c72632434770 (patch)
tree59a4061f5a7f44042d3f7a9e50b4f09aca7089c6 /mm
parent731fb62f6f799acc0879ec8f40c1bf3bf725b972 (diff)
cpu_stat_off can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Cc: Christoph Lameter <cl@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index ababac7447a8..a3a5cced5aac 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -1245,7 +1245,7 @@ static const struct file_operations proc_vmstat_file_operations = {
#ifdef CONFIG_SMP
static DEFINE_PER_CPU(struct delayed_work, vmstat_work);
int sysctl_stat_interval __read_mostly = HZ;
-struct cpumask *cpu_stat_off;
+static struct cpumask *cpu_stat_off;
static void vmstat_update(struct work_struct *w)
{