diff options
Diffstat (limited to 'arch/x86/include/asm/qspinlock_paravirt.h')
| -rw-r--r-- | arch/x86/include/asm/qspinlock_paravirt.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/x86/include/asm/qspinlock_paravirt.h b/arch/x86/include/asm/qspinlock_paravirt.h index 159622ee0674..1474cf96251d 100644 --- a/arch/x86/include/asm/qspinlock_paravirt.h +++ b/arch/x86/include/asm/qspinlock_paravirt.h @@ -48,7 +48,7 @@ asm    (".pushsection .text;"  	"jne   .slowpath;"  	"pop   %rdx;"  	FRAME_END -	"ret;" +	ASM_RET  	".slowpath: "  	"push   %rsi;"  	"movzbl %al,%esi;" @@ -56,7 +56,7 @@ asm    (".pushsection .text;"  	"pop    %rsi;"  	"pop    %rdx;"  	FRAME_END -	"ret;" +	ASM_RET  	".size " PV_UNLOCK ", .-" PV_UNLOCK ";"  	".popsection"); |