ebi...@ln... (Eric W. Biederman) writes:
> "Timothy Legge" <tim...@us...> writes:
>
> > OK, more information. There does seem to be an issue with currticks.
> > In main (main.c) I placed:
> >
> > unsigned long x = currticks();
>
> currticks() failing is a good test case, as it is about as simple as it
> gets.
>
> If you disable the call to _real_call it should work properly. Though
> it should stop counting.
As an extension to this you should just be able to keep the interrupts
disabled in _real_call and the code should work as well. But confirming
that would be interesting.
Eric
|