Files
u-boot/lib
Simon Glass f611a46ef1 div64: Don't instrument the division function
This function may be called from tracing code, since that code needs to
read the timer and this often requires calling do_div(), which calls
__div64_32(). If this function is instrumented it causes an infinite loop,
since emitting a trace record requests the time, which in turn emits a
trace record, etc.

Update the prototype to prevent instrumentation code being added.

Signed-off-by: Simon Glass <sjg@chromium.org>
2019-04-23 20:26:43 -06:00
..
2019-04-03 10:26:46 -04:00
2019-02-13 09:40:05 +01:00
2011-01-18 23:38:08 +01:00
2010-09-19 19:29:47 +02:00
2019-04-11 20:10:50 -06:00
2018-06-13 07:49:12 -04:00
2019-04-11 20:10:50 -06:00
2019-02-02 08:19:17 -05:00
2019-02-09 07:50:58 -05:00
2012-04-29 14:14:08 +02:00
2018-09-05 16:02:34 -04:00
2018-11-20 19:14:22 -07:00
2019-03-29 10:53:18 -04:00
2019-02-19 08:55:43 -05:00