ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 8 Feb 2011 22:42:22 +0000 (23:42 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 24 Feb 2011 18:58:54 +0000 (19:58 +0100)
commitf1a2003e22f6b50ea21f7f4b38b38c5ebc9c8017
tree5317a7133739f2f352d2cde56213caeab5cf12ac
parent979f11b060c0b35b03b86ae854d6f21a710305d0
ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()

The function do_suspend_lowlevel() is specific to x86 and defined in
assembly code, so it should be called from the x86 low-level suspend
code rather than from acpi_suspend_enter().

Merge do_suspend_lowlevel() into the x86's acpi_save_state_mem() and
change the name of the latter to acpi_suspend_lowlevel(), so that the
function's purpose is better reflected by its name.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/ia64/include/asm/acpi.h
arch/ia64/kernel/acpi.c
arch/x86/include/asm/acpi.h
arch/x86/kernel/acpi/sleep.c
arch/x86/kernel/acpi/sleep.h
drivers/acpi/sleep.c