This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] membar for sparc64


Jakub Jelinek <jakub@redhat.com> writes:

> stbar is deprecated and is doing something else (stbar is functionally
> equivalent to membar #StoreStore, ie. something like Alpha wmb).
> So, I've defined MEMORY_BARRIER to be something like Alpha mb and introduced
> READ_MEMORY_BARRIER which ensures Load->Load ordering.

Thanks, I've added the patch.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]