File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
opal/include/opal/sys/powerpc Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1010 * University of Stuttgart. All rights reserved.
1111 * Copyright (c) 2004-2005 The Regents of the University of California.
1212 * All rights reserved.
13- * Copyright (c) 2010 IBM Corporation. All rights reserved.
13+ * Copyright (c) 2010-2017 IBM Corporation. All rights reserved.
1414 * Copyright (c) 2015-2016 Los Alamos National Security, LLC. All rights
1515 * reserved.
1616 * $COPYRIGHT$
2929
3030#define MB () __asm__ __volatile__ ("sync" : : : "memory")
3131#define RMB () __asm__ __volatile__ ("lwsync" : : : "memory")
32- #define WMB () __asm__ __volatile__ ("eieio " : : : "memory")
32+ #define WMB () __asm__ __volatile__ ("lwsync " : : : "memory")
3333#define ISYNC () __asm__ __volatile__ ("isync" : : : "memory")
34- #define SMP_SYNC "sync \n\t"
35- #define SMP_ISYNC "\n\tisync"
3634
3735
3836/**********************************************************************
You can’t perform that action at this time.
0 commit comments