Re: [uml-devel] [PATCH 1/1] um: fix global timer issue when using CONFIG_NO_HZ

2010-10-20 Thread Pekka Enberg
On Sun, Oct 17, 2010 at 10:23 PM, Pekka Enberg wrote: > On 16.10.2010 18.23, Richard Weinberger wrote: >> >> This fixes a issue which was introduced by fe2cc53e. >> timeval_to_ns() returns long long and not int. >> Due to that UML's timer did not work proper and caused timer freezes. >> >> LKML-Re

Re: [uml-devel] [PATCH 1/1] um: fix global timer issue when using CONFIG_NO_HZ

2010-10-17 Thread Pekka Enberg
On 16.10.2010 18.23, Richard Weinberger wrote: > This fixes a issue which was introduced by fe2cc53e. > timeval_to_ns() returns long long and not int. > Due to that UML's timer did not work proper and caused timer freezes. > > LKML-Reference: ! com> > Signed-off-by: Richard Weinberger > --- > arc

[uml-devel] [PATCH 1/1] um: fix global timer issue when using CONFIG_NO_HZ

2010-10-16 Thread Richard Weinberger
This fixes a issue which was introduced by fe2cc53e. timeval_to_ns() returns long long and not int. Due to that UML's timer did not work proper and caused timer freezes. LKML-Reference: Signed-off-by: Richard Weinberger --- arch/um/os-Linux/time.c |2 +- 1 files changed, 1 insertions(+), 1