提交 1dff227e 编写于 作者: A Anton Blanchard 提交者: Paul Mackerras

[PATCH] ppc64: Cleanup kprobe assembly

The kprobes code is doing ".previous .text". While the assembler doesnt
warn at the moment (and it seems to work), it might in the future.
Signed-off-by: NAnton Blanchard <anton@samba.org>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 50bcfec1
...@@ -186,7 +186,8 @@ _KPROBE(__flush_icache_range) ...@@ -186,7 +186,8 @@ _KPROBE(__flush_icache_range)
bdnz 2b bdnz 2b
isync isync
blr blr
.previous .text
.text
/* /*
* Like above, but only do the D-cache. * Like above, but only do the D-cache.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册