]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 14 May 2013 17:09:16 +0000 (17:09 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 19 Jun 2013 21:36:30 +0000 (23:36 +0200)
commitd6a77ead21b69c395ca6d09a066ededfac601bcc
tree15e6fa0166b2359f4cc7de850f62cff4538a6aa3
parent7d132055814ef17a6c7b69f342244c410a5e000f
x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel.

Which by default will be x86_acpi_suspend_lowlevel.
This registration allows us to register another callback
if there is a need to use another platform specific callback.

Signed-off-by: Liang Tang <liang.tang@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tested-by: Ben Guthro <benjamin.guthro@citrix.com>
Acked-by: "H. Peter Anvin" <hpa@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/x86/include/asm/acpi.h
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/acpi/sleep.c
arch/x86/kernel/acpi/sleep.h
drivers/acpi/sleep.c