dect
/
linux-2.6
Archived
13
0
Fork 0

[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: Meelis Roos <mroos@linux.ee>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
Meelis Roos 2011-03-21 22:47:15 +02:00 committed by James Bottomley
parent e38f5b7450
commit b54cd0d505
1 changed files with 2 additions and 4 deletions

View File

@ -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:
.exit .exit
.procend .procend
ENDPROC(flush_user_dcache_range_asm)
ENTRY(flush_kernel_dcache_range_asm) ENTRY(flush_kernel_dcache_range_asm)
.proc .proc