projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50bcfec
)
[PATCH] ppc64: Cleanup kprobe assembly
author
Anton Blanchard
<anton@samba.org>
Fri, 11 Nov 2005 03:07:20 +0000
(14:07 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 11 Nov 2005 11:20:07 +0000
(22:20 +1100)
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>
arch/ppc64/kernel/misc.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc64/kernel/misc.S
b/arch/ppc64/kernel/misc.S
index 492bca6137ebc26fc8ec98870e8b5a50708bfddf..5e089deb0a2b393d5dc5157fad57262a8deab0c4 100644
(file)
--- 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.
*