On Tue, Aug 8, 2017 at 7:44 PM, Stefan Roese wrote:
> On 08.08.2017 13:35, Bin Meng wrote:
>>
>> When CONFIG_EFI_PARTITION is not set, the following build error is
>> seen in arch/x86/lib/acpi_s3.c:
>>
>>error: expected declaration specifiers or '...' before '*' token
>>static void asmlink
On 08.08.2017 13:35, Bin Meng wrote:
When CONFIG_EFI_PARTITION is not set, the following build error is
seen in arch/x86/lib/acpi_s3.c:
error: expected declaration specifiers or '...' before '*' token
static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void*)WAKEUP_BASE;
This is act
When CONFIG_EFI_PARTITION is not set, the following build error is
seen in arch/x86/lib/acpi_s3.c:
error: expected declaration specifiers or '...' before '*' token
static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void*)WAKEUP_BASE;
This is actually caused by missing asmlinkage declar
3 matches
Mail list logo