Hello, in linux there are memory barrier functions like wmb() or rmb().. to prevent compiler from reordering read,write to registers. Is there similar function in rtems? Grep doesn't show me any such thing. Chan