projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e136e76
)
ACPI: suspend: old debugging hacks sneaked back
author
Pavel Machek
<pavel@ucw.cz>
Thu, 6 Dec 2007 08:50:40 +0000
(09:50 +0100)
committer
Len Brown
<len.brown@intel.com>
Thu, 6 Dec 2007 21:03:06 +0000
(16:03 -0500)
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>
arch/x86/kernel/acpi/wakeup_32.S
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/acpi/wakeup_32.S
b/arch/x86/kernel/acpi/wakeup_32.S
index a97313b1270ec3c5f2771744c9bc024f1d6154df..1e931aaf2ef6db657ec4bc471d17ab169a4aa975 100644
(file)
--- 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