提交 c6d64c16 编写于 作者: S Sam Ravnborg 提交者: David S. Miller

[SPARC/SPARC64]: Fix usage of .section .sched.text in assembler code.

ld will generate an unique named section when assembler do not use
"ax" but gcc does. Add the missing annotation.
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 13f09b95
......@@ -7,7 +7,7 @@
#include <asm/ptrace.h>
#include <asm/psr.h>
.section .sched.text
.section .sched.text, "ax"
.align 4
.globl ___down_read
......
......@@ -6,7 +6,7 @@
#include <asm/rwsem-const.h>
.section .sched.text
.section .sched.text, "ax"
.globl __down_read
__down_read:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册