Re: [Xen-devel] [PATCH v1 6/7] acpi: Remove dependency on __LINE__ for release builds

2016-05-10 Thread Jan Beulich
>>> On 06.05.16 at 17:48, wrote: > --- a/xen/drivers/acpi/utilities/utmisc.c > +++ b/xen/drivers/acpi/utilities/utmisc.c > @@ -134,6 +134,51 @@ const char *__init > acpi_ut_validate_exception(acpi_status status) > * > > **

[Xen-devel] [PATCH v1 6/7] acpi: Remove dependency on __LINE__ for release builds

2016-05-06 Thread Ross Lagerwall
When using xsplice, use of __LINE__ can generate spurious changes in functions due to embedded line numbers. For release builds, remove the use of these line numbers in the ACPI code and print the current text address instead. Signed-off-by: Ross Lagerwall --- xen/drivers/acpi/utilities/utmisc.