diff options
author | Christoph Lameter <cl@linux-foundation.org> | 2010-01-05 15:34:51 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-01-05 15:34:51 +0900 |
commit | ad596925eaf9a48ed61bc9210088828f1f8e0552 (patch) | |
tree | 868c53469fd9506b5297d9d1c2d4423bbba81836 /mm/vmstat.c | |
parent | 99dcc3e5a94ed491fbef402831d8c0bbb267f995 (diff) |
this_cpu: Remove pageset_notifier
Remove the pageset notifier since it only marks that a processor
exists on a specific node. Move that code into the vmstat notifier.
Signed-off-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 1ba0bb7ad043..fc5aa183bc45 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -908,6 +908,7 @@ static int __cpuinit vmstat_cpuup_callback(struct notifier_block *nfb, case CPU_ONLINE: case CPU_ONLINE_FROZEN: start_cpu_timer(cpu); + node_set_state(cpu_to_node(cpu), N_CPU); break; case CPU_DOWN_PREPARE: case CPU_DOWN_PREPARE_FROZEN: |