From: Anton Blanchard Date: Fri, 11 Nov 2005 03:07:20 +0000 (+1100) Subject: [PATCH] ppc64: Cleanup kprobe assembly X-Git-Tag: v2.6.15-rc1~14^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1dff227e0184de3d1f12265dff0c47d86dad2eec;p=platform%2Fkernel%2Flinux-stable.git [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: Anton Blanchard Signed-off-by: Paul Mackerras --- diff --git a/arch/ppc64/kernel/misc.S b/arch/ppc64/kernel/misc.S index 492bca6..5e089de 100644 --- a/arch/ppc64/kernel/misc.S +++ b/arch/ppc64/kernel/misc.S @@ -186,7 +186,8 @@ _KPROBE(__flush_icache_range) bdnz 2b isync blr - .previous .text + + .text /* * Like above, but only do the D-cache. *