Re: [PATCH v2 1/2] Add another clock for use with the soft lockup watchdog.

2015-02-09 Thread Chai Wen
On 01/09/2015 11:34 AM, Cyril Bur wrote: > This permits the use of arch specific clocks for which virtualised kernels can > use their notion of 'running' time, not the elpased wall time which will s/elpased/elapsed/ thanks chai wen > include host execution time. > > Signed-off-by: Cyril Bur

[PATCH v2 1/2] Add another clock for use with the soft lockup watchdog.

2015-01-08 Thread Cyril Bur
This permits the use of arch specific clocks for which virtualised kernels can use their notion of 'running' time, not the elpased wall time which will include host execution time. Signed-off-by: Cyril Bur --- V2: Remove the export of running_clock Use local_clock instead of sched_clock as