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

Commit 83005161 authored by Prasanna S Panchamukhi's avatar Prasanna S Panchamukhi Committed by Linus Torvalds
Browse files

[PATCH] kprobes-prevent-possible-race-conditions-sparc64-changes fix



This patch adds flags "ax" to .kprobe.text section.

Signed-off-by: default avatarPrasanna S Panchamukhi <prasanna@in.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 05e14cb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -119,7 +119,7 @@ __spitfire_flush_tlb_mm_slow:
#else
#else
#error unsupported PAGE_SIZE
#error unsupported PAGE_SIZE
#endif
#endif
	.section .kprobes.text
	.section .kprobes.text, "ax"
	.align		32
	.align		32
	.globl		__flush_icache_page
	.globl		__flush_icache_page
__flush_icache_page:	/* %o0 = phys_page */
__flush_icache_page:	/* %o0 = phys_page */