[PARISC] fix pacache .size with new binutils
authorMeelis Roos <mroos@linux.ee>
Mon, 21 Mar 2011 20:47:15 +0000 (22:47 +0200)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 15 Apr 2011 17:50:41 +0000 (12:50 -0500)
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>
arch/parisc/kernel/pacache.S

index a858236..93ff3d9 100644 (file)
@@ -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