Commit 1dff227e authored by Anton Blanchard's avatar Anton Blanchard Committed by 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: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment