|
@@ -26,8 +26,8 @@
|
|
#include <linux/compiler.h>
|
|
#include <linux/compiler.h>
|
|
#include <asm/system.h>
|
|
#include <asm/system.h>
|
|
|
|
|
|
-#define smp_mb__before_clear_bit() mb()
|
|
|
|
-#define smp_mb__after_clear_bit() mb()
|
|
|
|
|
|
+#define smp_mb__before_clear_bit() smp_mb()
|
|
|
|
+#define smp_mb__after_clear_bit() smp_mb()
|
|
|
|
|
|
/*
|
|
/*
|
|
* These functions are the basis of our bit ops.
|
|
* These functions are the basis of our bit ops.
|