Commit ad596925eaf9a48ed61bc9210088828f1f8e0552

Authored by Christoph Lameter
Committed by Tejun Heo
1 parent 99dcc3e5a9

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -908,6 +908,7 @@
908 908 case CPU_ONLINE:
909 909 case CPU_ONLINE_FROZEN:
910 910 start_cpu_timer(cpu);
  911 + node_set_state(cpu_to_node(cpu), N_CPU);
911 912 break;
912 913 case CPU_DOWN_PREPARE:
913 914 case CPU_DOWN_PREPARE_FROZEN: