http://bugzilla.kernel.org/show_bug.cgi?id=10927
------- Comment #50 from [EMAIL PROTECTED] 2008-06-18 15:11 ------- Hidden parts should really be refreshed as soon as anything is written there, but perhaps this helps? (Implementation of Rafael's idea) --- a/arch/x86/kernel/acpi/realmode/wakeup.S +++ b/arch/x86/kernel/acpi/realmode/wakeup.S @@ -34,6 +34,11 @@ _start: cli cld + xorw %ax, %ax + movw %ax, %ds + movw %ax, %es + movw %ax, %ss + /* Set up segments */ movw %cs, %ax movw %ax, %ds -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla