>>> 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)
> *
>
> **
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.