summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/x86/machine/mb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/mb.h b/arch/x86/machine/mb.h
index e63c40d5..9fbd74bc 100644
--- a/arch/x86/machine/mb.h
+++ b/arch/x86/machine/mb.h
@@ -48,7 +48,7 @@ mb_sync(void)
static inline void
mb_sync(void)
{
- asm volatile("lock addl $0, 0(%%esp)" : : : "cc", "memory");
+ asm volatile("lock addl $0, 0(%%esp)" : : : "memory");
}
#endif /* __LP64__ */