ACPI: suspend: old debugging hacks sneaked back
Old debugging hack sneaked back during x86 merge, this removes it. Signed-off-by: Pavel Machek <pavel@suse.cz> Acked-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
e136e769d4
commit
74d0f3338f
|
@ -35,10 +35,6 @@ wakeup_code:
|
||||||
wakeup_code_start = .
|
wakeup_code_start = .
|
||||||
.code16
|
.code16
|
||||||
|
|
||||||
movw $0xb800, %ax
|
|
||||||
movw %ax,%fs
|
|
||||||
movw $0x0e00 + 'L', %fs:(0x10)
|
|
||||||
|
|
||||||
cli
|
cli
|
||||||
cld
|
cld
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue