Bug 10988

Summary: Hangs on resume with acpi_sleep=s3_bios
Product: Power Management Reporter: Kirill A. Shutemov (kirill)
Component: Hibernation/SuspendAssignee: power-management_other
Status: CLOSED DUPLICATE    
Severity: normal CC: lenb
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.26-rc7 Subsystem:
Regression: No Bisected commit-id:

Description Kirill A. Shutemov 2008-06-26 10:27:54 UTC
Earliest failing kernel version: 2.6.26-rc7
Hardware Environment: laptop Dell XPS M1210, x86_64
Problem Description:

I have problem with video restore therefore I have tried to boot with 'acpi_sleep=s3_bios'. The system hangs on wake up on line 'asm volatile("lcallw   $0xc000,$3");' at arch/x86/kernel/acpi/realmode/wakemain.c

I have applied patch http://bugzilla.kernel.org/attachment.cgi?id=16604. See bug #10927 for more details. Probably this bug can be related with #10927.

Steps to reproduce:
1. Boot with 'acpi_sleep=s3_bios'.
2. Suspend to RAM.
3. Hangs on wake up.
Comment 1 Rafael J. Wysocki 2008-06-26 10:59:33 UTC

*** This bug has been marked as a duplicate of bug 7225 ***