aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/misc.S
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2005-11-11 14:07:20 +1100
committerPaul Mackerras <paulus@samba.org>2005-11-11 22:20:07 +1100
commit1dff227e0184de3d1f12265dff0c47d86dad2eec (patch)
tree36f1adf8da059968f96f265b593cc504ed3b2ba8 /arch/ppc64/kernel/misc.S
parent[PATCH] ppc64: Remove debug boot message (diff)
downloadlinux-dev-1dff227e0184de3d1f12265dff0c47d86dad2eec.tar.xz
linux-dev-1dff227e0184de3d1f12265dff0c47d86dad2eec.zip
[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>
Diffstat (limited to '')
-rw-r--r--arch/ppc64/kernel/misc.S3
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.
*