x86-32, hibernate: Adjust in_suspend after resumed on 32bit system

Update the in_suspend variable to reflect the actual hibernation
status. Back-port from 64bit system.

Signed-off-by: Zhimin Gu <kookoo.gu@intel.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Chen Yu <yu.c.chen@intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Zhimin Gu 2018-09-21 14:28:41 +08:00 committed by Rafael J. Wysocki
parent 5331d2c7ef
commit 1fca4ba0b1
1 changed files with 3 additions and 0 deletions

View File

@ -103,5 +103,8 @@ ENTRY(restore_registers)
xorl %eax, %eax
/* tell the hibernation core that we've just restored the memory */
movl %eax, in_suspend
ret
ENDPROC(restore_registers)