diff options
author | Pavel Machek <pavel@ucw.cz> | 2007-12-06 09:50:40 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-12-06 16:03:06 -0500 |
commit | 74d0f3338fbb3c69894968df1fedaf10c88cd0e4 (patch) | |
tree | 470acee713d06e4bb0976575bbb73094dd3f253f /arch/x86/kernel/acpi/wakeup_32.S | |
parent | e136e769d471e7f3d24a8f6bf9c91dcb372bd0ab (diff) |
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>
Diffstat (limited to 'arch/x86/kernel/acpi/wakeup_32.S')
-rw-r--r-- | arch/x86/kernel/acpi/wakeup_32.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/acpi/wakeup_32.S b/arch/x86/kernel/acpi/wakeup_32.S index a97313b1270e..1e931aaf2ef6 100644 --- a/arch/x86/kernel/acpi/wakeup_32.S +++ b/arch/x86/kernel/acpi/wakeup_32.S @@ -35,10 +35,6 @@ wakeup_code: wakeup_code_start = . .code16 - movw $0xb800, %ax - movw %ax,%fs - movw $0x0e00 + 'L', %fs:(0x10) - cli cld |