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

2015-01-05 Thread Andrew Morton
On Mon, 22 Dec 2014 16:06:03 +1100 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 > include host execution time. > > ... > > --- a/kernel/sched/clock.c > +++ b/kernel/sch

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

2014-12-21 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 --- include/linux/sched.h | 1 + kernel/sched/clock.c | 14 ++ kernel/watchd

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

2014-11-30 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 --- include/linux/sched.h | 1 + kernel/sched/clock.c | 14 ++ kernel/watchd