Re: [PATCH v3 03/17] ARM64 / ACPI: Introduce lowlevel suspend function

2014-09-09 Thread Graeme Gregory
On Tue, Sep 09, 2014 at 05:35:29PM +0100, Catalin Marinas wrote: > On Mon, Sep 01, 2014 at 03:57:41PM +0100, Hanjun Guo wrote: > > From: Graeme Gregory > > > > acpi_wakeup_address is used on x86 as the address bios jumps into > > when machine wakes up from suspend. As arm64 does not have such a >

Re: [PATCH v3 03/17] ARM64 / ACPI: Introduce lowlevel suspend function

2014-09-09 Thread Catalin Marinas
On Mon, Sep 01, 2014 at 03:57:41PM +0100, Hanjun Guo wrote: > From: Graeme Gregory > > acpi_wakeup_address is used on x86 as the address bios jumps into > when machine wakes up from suspend. As arm64 does not have such a > bios this mechanism will be provided by other means. But the define > is s

[PATCH v3 03/17] ARM64 / ACPI: Introduce lowlevel suspend function

2014-09-01 Thread Hanjun Guo
From: Graeme Gregory acpi_wakeup_address is used on x86 as the address bios jumps into when machine wakes up from suspend. As arm64 does not have such a bios this mechanism will be provided by other means. But the define is still required inside the acpi core. Introduce a null stub for acpi_susp