Displaying 2 results from an estimated 2 matches for "8a84e05".
2016 Jan 21
0
[PATCH] sh: fix smp_store_mb for !SMP
...;
---
I put this in my tree as that's where the original commit
came through, but if anyone else prefers to merge it, pls
let me know.
arch/sh/include/asm/barrier.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/sh/include/asm/barrier.h b/arch/sh/include/asm/barrier.h
index f887c64..8a84e05 100644
--- a/arch/sh/include/asm/barrier.h
+++ b/arch/sh/include/asm/barrier.h
@@ -33,7 +33,6 @@
#endif
#define __smp_store_mb(var, value) do { (void)xchg(&var, value); } while (0)
-#define smp_store_mb(var, value) __smp_store_mb(var, value)
#include <asm-generic/barrier.h>
--
M...
2016 Jan 21
0
[PATCH] sh: fix smp_store_mb for !SMP
...;
---
I put this in my tree as that's where the original commit
came through, but if anyone else prefers to merge it, pls
let me know.
arch/sh/include/asm/barrier.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/sh/include/asm/barrier.h b/arch/sh/include/asm/barrier.h
index f887c64..8a84e05 100644
--- a/arch/sh/include/asm/barrier.h
+++ b/arch/sh/include/asm/barrier.h
@@ -33,7 +33,6 @@
#endif
#define __smp_store_mb(var, value) do { (void)xchg(&var, value); } while (0)
-#define smp_store_mb(var, value) __smp_store_mb(var, value)
#include <asm-generic/barrier.h>
--
M...