+7
−6
Loading
unfreeze_partials() can be optimized so that it doesn't need irqs disabled for
the whole time. As the first step, move irq control into the function and
remove it from the put_cpu_partial() caller.
Signed-off-by:
Vlastimil Babka <vbabka@suse.cz>