瀏覽代碼

[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>
Anton Blanchard 19 年之前
父節點
當前提交
1dff227e01
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      arch/ppc64/kernel/misc.S

+ 2 - 1
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.
  *