dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Anton Blanchard 2005-11-11 14:07:20 +11:00 committed by Paul Mackerras
parent 50bcfec19f
commit 1dff227e01
1 changed files with 2 additions and 1 deletions

View File

@ -186,7 +186,8 @@ _KPROBE(__flush_icache_range)
bdnz 2b
isync
blr
.previous .text
.text
/*
* Like above, but only do the D-cache.
*