This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

armv5TE

HI,

I am using an armv5TE (mv78100)I wonder  if I need to implement memory barriers in this architecture,(some people say not needed)

reason for my question is that I am facing system total freeze(now and then) and I suspect the system(freebsd) beeing on the idle loop!

Thanks

Parents
  • Hi qabsou,


    do you want the other than the following?

    DSB  MCR p15,0,<Rd>,c7,c10,4
    DMB  MCR p15,0,<Rd>,c7,c10,5

    If it is true, could you tell what kind of what kind of a memory barrier which you want?

    Best regards,

    Yasuhiko Koumoto.

Reply
  • Hi qabsou,


    do you want the other than the following?

    DSB  MCR p15,0,<Rd>,c7,c10,4
    DMB  MCR p15,0,<Rd>,c7,c10,5

    If it is true, could you tell what kind of what kind of a memory barrier which you want?

    Best regards,

    Yasuhiko Koumoto.

Children