|
@@ -111,7 +111,7 @@ static inline void busy_wait(void)
|
|
|
}
|
|
|
|
|
|
#if defined(__x86_64__) || defined(__i386__)
|
|
|
-#define smp_mb() asm volatile("lock; addl $0,-128(%%rsp)" ::: "memory", "cc")
|
|
|
+#define smp_mb() asm volatile("lock; addl $0,-132(%%rsp)" ::: "memory", "cc")
|
|
|
#else
|
|
|
/*
|
|
|
* Not using __ATOMIC_SEQ_CST since gcc docs say they are only synchronized
|