diff options
author | Meelis Roos <mroos@linux.ee> | 2011-03-21 16:47:15 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-04-15 13:50:41 -0400 |
commit | b54cd0d5053633373cd3c374aa203024cbf125a0 (patch) | |
tree | 72082125a950ef7d3e79f44d9f382e709b607d67 /arch/parisc/kernel | |
parent | e38f5b745075828ac51b12c8c95c85a7be4a3ec7 (diff) |
[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>
Diffstat (limited to 'arch/parisc/kernel')
-rw-r--r-- | arch/parisc/kernel/pacache.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/parisc/kernel/pacache.S b/arch/parisc/kernel/pacache.S index a85823668cba..93ff3d90edd1 100644 --- a/arch/parisc/kernel/pacache.S +++ b/arch/parisc/kernel/pacache.S | |||
@@ -817,10 +817,7 @@ ENTRY(purge_kernel_dcache_page) | |||
817 | .procend | 817 | .procend |
818 | ENDPROC(purge_kernel_dcache_page) | 818 | ENDPROC(purge_kernel_dcache_page) |
819 | 819 | ||
820 | 820 | ENTRY(flush_user_dcache_range_asm) | |
821 | .export flush_user_dcache_range_asm | ||
822 | |||
823 | flush_user_dcache_range_asm: | ||
824 | .proc | 821 | .proc |
825 | .callinfo NO_CALLS | 822 | .callinfo NO_CALLS |
826 | .entry | 823 | .entry |
@@ -839,6 +836,7 @@ flush_user_dcache_range_asm: | |||
839 | .exit | 836 | .exit |
840 | 837 | ||
841 | .procend | 838 | .procend |
839 | ENDPROC(flush_user_dcache_range_asm) | ||
842 | 840 | ||
843 | ENTRY(flush_kernel_dcache_range_asm) | 841 | ENTRY(flush_kernel_dcache_range_asm) |
844 | .proc | 842 | .proc |