aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorNathan Lynch <[email protected]>2020-12-07 15:51:57 -0600
committerMichael Ellerman <[email protected]>2020-12-08 21:41:02 +1100
commitfa53bcdb7413e7c40170106781f6b5bb9d74db84 (patch)
treee6ef2ee8725c806be336dca647eed131e8a14845 /scripts/objdiff
parentb866459489fe8ef0e92cde3cbd6bbb1af6c4e99b (diff)
powerpc/pseries/hibernation: perform post-suspend fixups later
The pseries hibernate code calls post_mobility_fixup() which is sort of a dumping ground of fixups that need to run after resuming from suspend regardless of whether suspend was a hibernation or a migration. Calling post_mobility_fixup() from pseries_suspend_enable_irqs() runs this code early in resume with devices suspended and only one CPU up, while the much more commonly used migration case runs these fixups in a more typical process context. Call post_mobility_fixup() after the suspend core returns a success status to the hibernate sysfs store method and remove pseries_suspend_enable_irqs(). Signed-off-by: Nathan Lynch <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions