x86/asm, x86/microcode: Add __PAGE_OFFSET_BASE define on 32-bit
[cascardo/linux.git] / arch / x86 / include / asm / preempt.h
index d397deb..17f2186 100644 (file)
@@ -81,7 +81,7 @@ static __always_inline void __preempt_count_sub(int val)
  */
 static __always_inline bool __preempt_count_dec_and_test(void)
 {
-       GEN_UNARY_RMWcc("decl", __preempt_count, __percpu_arg(0), "e");
+       GEN_UNARY_RMWcc("decl", __preempt_count, __percpu_arg(0), e);
 }
 
 /*