24/04/2017 15:04, Pablo de Lara: > From: Bruce Richardson <[email protected]> > > Fixes following compilation error, using uint64_t type, > instead of int128_t unnecessarily: > > In file included from ./common/lthread.c:82:0: > ./common/lthread_timer.h: In function ‘_ns_to_clks’: > ./common/lthread_timer.h:49:20: error: expected ‘=’, ‘,’, ‘;’, > ‘asm’ or ‘__attribute__’ before ‘clkns’ > compilation terminated due to -Wfatal-errors. > > Fixes: 116819b9ed0d ("examples/performance-thread: add lthread subsystem") > Cc: [email protected] > > Signed-off-by: Bruce Richardson <[email protected]> > Acked-by: Pablo de Lara <[email protected]>
Applied, thanks

