Skip to content

Commit

Permalink
[PARISC] fix pacache .size with new binutils
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Meelis Roos authored and James Bottomley committed Apr 15, 2011
1 parent e38f5b7 commit b54cd0d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/parisc/kernel/pacache.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -839,6 +836,7 @@ flush_user_dcache_range_asm:
.exit

.procend
ENDPROC(flush_user_dcache_range_asm)

ENTRY(flush_kernel_dcache_range_asm)
.proc
Expand Down

0 comments on commit b54cd0d

Please sign in to comment.