Commit b54cd0d5 authored by Meelis Roos's avatar Meelis Roos Committed by 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: default avatarMeelis Roos <mroos@linux.ee>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent e38f5b74
......@@ -817,10 +817,7 @@ ENTRY(purge_kernel_dcache_page)
.procend
ENDPROC(purge_kernel_dcache_page)
.export flush_user_dcache_range_asm
flush_user_dcache_range_asm:
ENTRY(flush_user_dcache_range_asm)
.proc
.callinfo NO_CALLS
.entry
......@@ -839,6 +836,7 @@ flush_user_dcache_range_asm:
.exit
.procend
ENDPROC(flush_user_dcache_range_asm)
ENTRY(flush_kernel_dcache_range_asm)
.proc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment