Skip to content

Commit

Permalink
[PATCH] ppc64: Cleanup kprobe assembly
Browse files Browse the repository at this point in the history
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: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Nov 11, 2005
1 parent 50bcfec commit 1dff227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/ppc64/kernel/misc.S
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ _KPROBE(__flush_icache_range)
bdnz 2b
isync
blr
.previous .text

.text
/*
* Like above, but only do the D-cache.
*
Expand Down

0 comments on commit 1dff227

Please sign in to comment.