]> xenbits.xensource.com Git - xen.git/commit
timers: move back migrate_timers_from_cpu() invocation
authorJan Beulich <JBeulich@suse.com>
Thu, 11 Apr 2019 10:45:41 +0000 (04:45 -0600)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 15 Apr 2019 16:51:30 +0000 (17:51 +0100)
commit1aec95350ac8261cba516371710d4d837c26f6a0
tree24f5501a1803109fbd6396f20fdd505983edac23
parent860d6e158dbb581c3aabc6a20ae8d83b325bffd8
timers: move back migrate_timers_from_cpu() invocation

Commit 597fbb8be6 ("xen/timers: Fix memory leak with cpu unplug/plug")
went a little too far: Migrating timers away from a CPU being offlined
needs to heppen independent of whether it get parked or fully offlined.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/common/timer.c