瀏覽代碼

x86: Fix a bogus unwind annotation in lib/semaphore_32.S

'simple' would have required specifying current frame address
and return address location manually, but that's obviously not
the case (and not necessary) here.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
LKML-Reference: <4D6D1082020000780003454C@vpn.id2.novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Jan Beulich 15 年之前
父節點
當前提交
e938c287ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/lib/semaphore_32.S

+ 1 - 1
arch/x86/lib/semaphore_32.S

@@ -36,7 +36,7 @@
  */
  */
 #ifdef CONFIG_SMP
 #ifdef CONFIG_SMP
 ENTRY(__write_lock_failed)
 ENTRY(__write_lock_failed)
-	CFI_STARTPROC simple
+	CFI_STARTPROC
 	FRAME
 	FRAME
 2: 	LOCK_PREFIX
 2: 	LOCK_PREFIX
 	addl	$ RW_LOCK_BIAS,(%eax)
 	addl	$ RW_LOCK_BIAS,(%eax)