提交 b54cd0d5 编写于 作者: M Meelis Roos 提交者: James Bottomley

[PARISC] fix pacache .size with new binutils

Fix style of flush_user_dcache_range_asm procedure declaration in
arch/parisc/kernel/pacache.s to be consistent with other assembly
procedures.
Signed-off-by: NMeelis Roos <mroos@linux.ee>
Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
上级 e38f5b74
...@@ -817,10 +817,7 @@ ENTRY(purge_kernel_dcache_page) ...@@ -817,10 +817,7 @@ ENTRY(purge_kernel_dcache_page)
.procend .procend
ENDPROC(purge_kernel_dcache_page) ENDPROC(purge_kernel_dcache_page)
ENTRY(flush_user_dcache_range_asm)
.export flush_user_dcache_range_asm
flush_user_dcache_range_asm:
.proc .proc
.callinfo NO_CALLS .callinfo NO_CALLS
.entry .entry
...@@ -839,6 +836,7 @@ flush_user_dcache_range_asm: ...@@ -839,6 +836,7 @@ flush_user_dcache_range_asm:
.exit .exit
.procend .procend
ENDPROC(flush_user_dcache_range_asm)
ENTRY(flush_kernel_dcache_range_asm) ENTRY(flush_kernel_dcache_range_asm)
.proc .proc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册