Richard Cochran wrote:
> In ipipe_tsc_asm.S you have at the end of the file...
> 
> /* User-space entry-point: r0 is the hardware counter virtual address */
> #ifndef CONFIG_CPU_BIG_ENDIAN
> /* Little endian */
> 
> ...
> 
> #else /* Big endian */
> /* Little endian */
> 1: ldr          r1, .LCdec16_last_tsc + 4
>    ldr          ip, [r0]
>    ldr          r2, .Ldec16_Clast_cnt
> ---------------^
> 
> Did you mean ".LCdec16_last_tsc" here?

You do not really care about this code, since it is for 16 bit
decrementers (currently only the integrator or the S3C has this, and
they are not big endian machines). But yes.

-- 
                                                                Gilles.

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to