Hello,
I'm currently in the progress of bisecting the issue again- with a fully
autoamted scripts which doesn't alck a "make clean" - *shame*
However I get with v2.6.35-rc3-173-g3638632 and the attached .config this :
nitializing software serial port version 1
console [mc-1] enabled
ubda:
EIP:
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
On Fri, Oct 15, 2010 at 9:48 AM, Peter Zijlstra wrote:
> On Fri, 2010-10-15 at 10:02 +0300, Pekka Enberg wrote:
>> On Fri, Oct 15, 2010 at 2:44 AM, richard -rw- weinberger
>> wrote:
>> > On Thu, Oct 14, 2010 at 9:50 PM, Arjan van de Ven
>> wrote:
>> >> On 10/14/2010 11:27 AM, richard -rw- weinb