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

2016-05-10 Thread Jan Beulich
>>> On 06.05.16 at 17:48, wrote: > 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 domain_crash*() and print the current text > address instead. Which makes it more cumber

[Xen-devel] [PATCH v1 2/7] sched: 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 domain_crash*() and print the current text address instead. Signed-off-by: Ross Lagerwall --- xen/include/xen/sched.h | 14 +++