Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6d64c16 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller
Browse files

[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: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 13f09b95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#include <asm/ptrace.h>
#include <asm/psr.h>

	.section .sched.text
	.section .sched.text, "ax"
	.align	4

	.globl		___down_read
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

#include <asm/rwsem-const.h>

	.section	.sched.text
	.section	.sched.text, "ax"

	.globl		__down_read
__down_read: