[PATCH] ppc64: Cleanup kprobe assembly
Anton Blanchard
anton at samba.org
Fri Nov 11 14:07:20 EST 2005
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 at samba.org>
---
Index: build/arch/ppc64/kernel/misc.S
===================================================================
--- build.orig/arch/ppc64/kernel/misc.S 2005-11-08 15:45:30.000000000 +1100
+++ build/arch/ppc64/kernel/misc.S 2005-11-08 15:54:08.000000000 +1100
@@ -186,7 +186,8 @@
bdnz 2b
isync
blr
- .previous .text
+
+ .text
/*
* Like above, but only do the D-cache.
*
More information about the Linuxppc64-dev
mailing list