Flavio Alves wrote:
> <1>Unable to handle kernel NULL pointer dereference at virtual address 
> 00000000 
> Looking at the code (and perform some analysis) I saw that the call that
> is crashing the kernel is:
> 
>  __asm__("ldmia %1, %M0\n":
>           "=r"(result.full): "r"(local_tsc), "m"(*local_tsc));
> 
> And looking into the implementation of this function for other
> platforms, I can see that it is the same instruction, without
> difference.

On all other platforms the "local_tsc" pointer is not NULL...

-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to