mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
[PATCH] kprobes-prevent-possible-race-conditions-sparc64-changes fix
This patch adds flags "ax" to .kprobe.text section. Signed-off-by: Prasanna S Panchamukhi <prasanna@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
05e14cb3ba
commit
83005161c8
@ -119,7 +119,7 @@ __spitfire_flush_tlb_mm_slow:
|
||||
#else
|
||||
#error unsupported PAGE_SIZE
|
||||
#endif
|
||||
.section .kprobes.text
|
||||
.section .kprobes.text, "ax"
|
||||
.align 32
|
||||
.globl __flush_icache_page
|
||||
__flush_icache_page: /* %o0 = phys_page */
|
||||
|
Loading…
Reference in New Issue
Block a user