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) ...@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment