[PATCH 03/19] ARM64 / ACPI: Introduce lowlevel suspend function
Hanjun Guo
hanjun.guo at linaro.org
Fri Jul 25 03:42:15 PDT 2014
On 2014-7-24 23:34, Mark Rutland wrote:
[...]
>> early_param("acpi", parse_acpi);
>> +
>> +/*
>> + * acpi_suspend_lowlevel() - save kernel state and suspend.
>> + *
>> + * TBD when ARM/ARM64 starts to support suspend...
>> + */
>> +int (*acpi_suspend_lowlevel)(void);
>
> Shouldn't this should be intialised to NULL explicitly?
Yes, as ARM64 does not support suspend, initialize it
to NULL will be fine, will update in next version.
Thanks
Hanjun
More information about the linux-arm-kernel
mailing list