| Index: third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h | 
| diff --git a/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h b/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h | 
| index cad9f1e35444a5dcff84594a8118d59c87dd5128..b8a42f21f04c4b79229d71502e91919c13468dfe 100644 | 
| --- a/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h | 
| +++ b/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h | 
| @@ -93,7 +93,7 @@ inline Atomic32 NoBarrier_AtomicIncrement(volatile Atomic32* ptr, | 
| return result; | 
| } | 
|  | 
| -inline void MemoryBarrierInternal(void) { | 
| +inline void MemoryBarrier(void) { | 
| asm volatile ( | 
| "       lwsync                          \n\t" | 
| "       isync                           \n\t" | 
|  |