Rafael J. Wysocki
354258011e
PM / Hibernate: Remove arch_prepare_suspend()
...
All architectures supporting hibernation define
arch_prepare_suspend() as an empty function, so remove it.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl >
2011-05-24 23:35:55 +02:00
Ondrej Zary
85a0e75397
PM / x86: Save/restore MISC_ENABLE register
...
Save/restore MISC_ENABLE register on suspend/resume.
This fixes OOPS (invalid opcode) on resume from STR on Asus P4P800-VM,
which wakes up with MWAIT disabled.
Fixes https://bugzilla.kernel.org/show_bug.cgi?id=15385
Signed-off-by: Ondrej Zary <linux@rainbow-software.org >
Tested-by: Alan Stern <stern@rowland.harvard.edu >
Acked-by: H. Peter Anvin <hpa@linux.intel.com >
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl >
2010-06-08 00:32:49 +02:00
Magnus Damm
bf9ed57d35
pm: cleanup includes
...
Remove unused/duplicate cruft from asm/suspend.h:
- x86_32: remove unused acpi code
- powerpc: remove duplicate prototypes, see linux/suspend.h
Signed-off-by: Magnus Damm <damm@igel.co.jp >
Cc: Paul Mundt <lethal@linux-sh.org >
Acked-by: "Rafael J. Wysocki" <rjw@sisk.pl >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-04-01 08:59:16 -07:00
H. Peter Anvin
1965aae3c9
x86: Fix ASM_X86__ header guards
...
Change header guards named "ASM_X86__*" to "_ASM_X86_*" since:
a. the double underscore is ugly and pointless.
b. no leading underscore violates namespace constraints.
Signed-off-by: H. Peter Anvin <hpa@zytor.com >
2008-10-22 22:55:23 -07:00
Al Viro
bb8985586b
x86, um: ... and asm-x86 move
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
Signed-off-by: H. Peter Anvin <hpa@zytor.com >
2008-10-22 22:55:20 -07:00