sparc,sparc64: unify lib/
authorSam Ravnborg <sam@ravnborg.org>
Wed, 3 Dec 2008 11:10:25 +0000 (03:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Dec 2008 17:17:19 +0000 (09:17 -0800)
commit478b8fecda511942404ac232897a718cecd13e48
treee022fce8ca92f93a000e1cd686255f0b126e9fd5
parent18269c0fd4db9bec2668f895f21d742486ccb90f
sparc,sparc64: unify lib/

o Renamed files in sparc64 to <name>_64.S when identical
  to sparc32 files.
o iomap.c were equal for sparc32 and sparc64
o adjusted sparc/Makefile now we have only one lib/

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
100 files changed:
arch/sparc/Makefile
arch/sparc/lib/GENbzero.S [new file with mode: 0644]
arch/sparc/lib/GENcopy_from_user.S [new file with mode: 0644]
arch/sparc/lib/GENcopy_to_user.S [new file with mode: 0644]
arch/sparc/lib/GENmemcpy.S [new file with mode: 0644]
arch/sparc/lib/GENpage.S [new file with mode: 0644]
arch/sparc/lib/GENpatch.S [new file with mode: 0644]
arch/sparc/lib/Makefile
arch/sparc/lib/NG2copy_from_user.S [new file with mode: 0644]
arch/sparc/lib/NG2copy_to_user.S [new file with mode: 0644]
arch/sparc/lib/NG2memcpy.S [new file with mode: 0644]
arch/sparc/lib/NG2page.S [new file with mode: 0644]
arch/sparc/lib/NG2patch.S [new file with mode: 0644]
arch/sparc/lib/NGbzero.S [new file with mode: 0644]
arch/sparc/lib/NGcopy_from_user.S [new file with mode: 0644]
arch/sparc/lib/NGcopy_to_user.S [new file with mode: 0644]
arch/sparc/lib/NGmemcpy.S [new file with mode: 0644]
arch/sparc/lib/NGpage.S [new file with mode: 0644]
arch/sparc/lib/NGpatch.S [new file with mode: 0644]
arch/sparc/lib/PeeCeeI.c [new file with mode: 0644]
arch/sparc/lib/U1copy_from_user.S [new file with mode: 0644]
arch/sparc/lib/U1copy_to_user.S [new file with mode: 0644]
arch/sparc/lib/U1memcpy.S [new file with mode: 0644]
arch/sparc/lib/U3copy_from_user.S [new file with mode: 0644]
arch/sparc/lib/U3copy_to_user.S [new file with mode: 0644]
arch/sparc/lib/U3memcpy.S [new file with mode: 0644]
arch/sparc/lib/U3patch.S [new file with mode: 0644]
arch/sparc/lib/VISsave.S [new file with mode: 0644]
arch/sparc/lib/atomic_64.S [new file with mode: 0644]
arch/sparc/lib/bitops.S [new file with mode: 0644]
arch/sparc/lib/bzero.S [new file with mode: 0644]
arch/sparc/lib/checksum_64.S [new file with mode: 0644]
arch/sparc/lib/clear_page.S [new file with mode: 0644]
arch/sparc/lib/copy_in_user.S [new file with mode: 0644]
arch/sparc/lib/copy_page.S [new file with mode: 0644]
arch/sparc/lib/csum_copy.S [new file with mode: 0644]
arch/sparc/lib/csum_copy_from_user.S [new file with mode: 0644]
arch/sparc/lib/csum_copy_to_user.S [new file with mode: 0644]
arch/sparc/lib/ipcsum.S [new file with mode: 0644]
arch/sparc/lib/mcount.S [new file with mode: 0644]
arch/sparc/lib/memcmp_64.S [new file with mode: 0644]
arch/sparc/lib/memmove.S [new file with mode: 0644]
arch/sparc/lib/memscan_64.S [new file with mode: 0644]
arch/sparc/lib/rwsem_64.S [new file with mode: 0644]
arch/sparc/lib/strlen_64.S [new file with mode: 0644]
arch/sparc/lib/strlen_user_64.S [new file with mode: 0644]
arch/sparc/lib/strncmp_64.S [new file with mode: 0644]
arch/sparc/lib/strncpy_from_user_64.S [new file with mode: 0644]
arch/sparc/lib/user_fixup.c [new file with mode: 0644]
arch/sparc/lib/xor.S [new file with mode: 0644]
arch/sparc64/lib/GENbzero.S [deleted file]
arch/sparc64/lib/GENcopy_from_user.S [deleted file]
arch/sparc64/lib/GENcopy_to_user.S [deleted file]
arch/sparc64/lib/GENmemcpy.S [deleted file]
arch/sparc64/lib/GENpage.S [deleted file]
arch/sparc64/lib/GENpatch.S [deleted file]
arch/sparc64/lib/Makefile [deleted file]
arch/sparc64/lib/NG2copy_from_user.S [deleted file]
arch/sparc64/lib/NG2copy_to_user.S [deleted file]
arch/sparc64/lib/NG2memcpy.S [deleted file]
arch/sparc64/lib/NG2page.S [deleted file]
arch/sparc64/lib/NG2patch.S [deleted file]
arch/sparc64/lib/NGbzero.S [deleted file]
arch/sparc64/lib/NGcopy_from_user.S [deleted file]
arch/sparc64/lib/NGcopy_to_user.S [deleted file]
arch/sparc64/lib/NGmemcpy.S [deleted file]
arch/sparc64/lib/NGpage.S [deleted file]
arch/sparc64/lib/NGpatch.S [deleted file]
arch/sparc64/lib/PeeCeeI.c [deleted file]
arch/sparc64/lib/U1copy_from_user.S [deleted file]
arch/sparc64/lib/U1copy_to_user.S [deleted file]
arch/sparc64/lib/U1memcpy.S [deleted file]
arch/sparc64/lib/U3copy_from_user.S [deleted file]
arch/sparc64/lib/U3copy_to_user.S [deleted file]
arch/sparc64/lib/U3memcpy.S [deleted file]
arch/sparc64/lib/U3patch.S [deleted file]
arch/sparc64/lib/VISsave.S [deleted file]
arch/sparc64/lib/atomic.S [deleted file]
arch/sparc64/lib/bitops.S [deleted file]
arch/sparc64/lib/bzero.S [deleted file]
arch/sparc64/lib/checksum.S [deleted file]
arch/sparc64/lib/clear_page.S [deleted file]
arch/sparc64/lib/copy_in_user.S [deleted file]
arch/sparc64/lib/copy_page.S [deleted file]
arch/sparc64/lib/csum_copy.S [deleted file]
arch/sparc64/lib/csum_copy_from_user.S [deleted file]
arch/sparc64/lib/csum_copy_to_user.S [deleted file]
arch/sparc64/lib/iomap.c [deleted file]
arch/sparc64/lib/ipcsum.S [deleted file]
arch/sparc64/lib/mcount.S [deleted file]
arch/sparc64/lib/memcmp.S [deleted file]
arch/sparc64/lib/memmove.S [deleted file]
arch/sparc64/lib/memscan.S [deleted file]
arch/sparc64/lib/rwsem.S [deleted file]
arch/sparc64/lib/strlen.S [deleted file]
arch/sparc64/lib/strlen_user.S [deleted file]
arch/sparc64/lib/strncmp.S [deleted file]
arch/sparc64/lib/strncpy_from_user.S [deleted file]
arch/sparc64/lib/user_fixup.c [deleted file]
arch/sparc64/lib/xor.S [deleted file]
This page took 0.03117 seconds and 5 git commands to generate.