On Fri, 14 Apr 2017, Anton Lindqvist wrote:
> While compiling the GENERIC.MP kernel on amd64 with ACPI_MEMDEBUG
> defined, I get the following error:
>
> dsdt.c:411: warning: format '%x' expects type 'unsigned int', but
> argument 4 has type 'long int'
>
> Adding the 'l' modifier fixes the erro
Hi,
While compiling the GENERIC.MP kernel on amd64 with ACPI_MEMDEBUG
defined, I get the following error:
dsdt.c:411: warning: format '%x' expects type 'unsigned int',
but argument 4 has type 'long int'
Adding the 'l' modifier fixes the error.
Index: dsdt.c
==