commit | f10e2e5b4b4c9937de596f96ffe028be3a565598 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Feb 10 01:04:06 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Feb 17 14:03:15 2010 +1100 |
tree | 89808d05159ac5bd4aeea53b52dc0ddb3373fe65 | |
parent | 66d99b883419b8df6d0a24ca957da7ab4831cf6e [diff] |
powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQUIRE_BARRIER For performance reasons we are about to change ISYNC_ON_SMP to sometimes be lwsync. Now that the macro name doesn't make sense, change it and LWSYNC_ON_SMP to better explain what the barriers are doing. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>