diff options
author | Anton Blanchard <anton@samba.org> | 2005-11-11 06:07:20 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-11 14:20:07 +0300 |
commit | 1dff227e0184de3d1f12265dff0c47d86dad2eec (patch) | |
tree | 36f1adf8da059968f96f265b593cc504ed3b2ba8 | |
parent | 50bcfec19fcdf3aa936547bad5dee02062917d04 (diff) | |
download | linux-1dff227e0184de3d1f12265dff0c47d86dad2eec.tar.xz |
[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 <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/ppc64/kernel/misc.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/misc.S b/arch/ppc64/kernel/misc.S index 492bca6137eb..5e089deb0a2b 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. * |