]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/tile/lib/memcpy_32.S
arch/tile: minor whitespace/naming changes for string support files
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 14 Oct 2010 20:39:42 +0000 (16:39 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 15 Oct 2010 19:38:54 +0000 (15:38 -0400)
commit29507663dfa2590647a1ef66f3652a0cac033eca
tree80509f81ce8e6b6846f78e62cb0cbf1ac03321be
parent233325b94999d4bb8df227bb39904a57509e4995
arch/tile: minor whitespace/naming changes for string support files

Our internal process shares memcpy, memset, etc., with libc, and
we did some minor tweaking as part of moving from uclibc to glibc,
which is now reflected in the kernel versions of these files.

There are no semantic changes in this commit, just whitespace
(memcpy_32.S now properly uses tabs), naming (memmove.c instead
of memmove_32.c, since TILE-Gx shares the file with TILEPro),
and a couple of other minor tweaks.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/lib/Makefile
arch/tile/lib/memcpy_32.S
arch/tile/lib/memmove.c [new file with mode: 0644]
arch/tile/lib/memmove_32.c [deleted file]
arch/tile/lib/memset_32.c
arch/tile/lib/strlen_32.c