File tree 1 file changed +2
-4
lines changed
opal/include/opal/sys/powerpc
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 10
10
* University of Stuttgart. All rights reserved.
11
11
* Copyright (c) 2004-2005 The Regents of the University of California.
12
12
* All rights reserved.
13
- * Copyright (c) 2010 IBM Corporation. All rights reserved.
13
+ * Copyright (c) 2010-2017 IBM Corporation. All rights reserved.
14
14
* Copyright (c) 2015-2016 Los Alamos National Security, LLC. All rights
15
15
* reserved.
16
16
* $COPYRIGHT$
29
29
30
30
#define MB () __asm__ __volatile__ ("sync" : : : "memory")
31
31
#define RMB () __asm__ __volatile__ ("lwsync" : : : "memory")
32
- #define WMB () __asm__ __volatile__ ("eieio " : : : "memory")
32
+ #define WMB () __asm__ __volatile__ ("lwsync " : : : "memory")
33
33
#define ISYNC () __asm__ __volatile__ ("isync" : : : "memory")
34
- #define SMP_SYNC "sync \n\t"
35
- #define SMP_ISYNC "\n\tisync"
36
34
37
35
38
36
/**********************************************************************
You can’t perform that action at this time.
0 commit comments