]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - arch/sparc/lib/NGpage.S
sparc64: Add SPARC-T4 optimized memcpy.
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Sep 2012 04:11:01 +0000 (21:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Sep 2012 07:35:11 +0000 (00:35 -0700)
commitae2c6ca64118b934ef85f66adb03d5bbfdd57201
tree5eb9a50cce32cadd527d5fc92095c76c00b72bae
parentda201161662b8ee9c8d7bd8cc50ce3cb3366d400
sparc64: Add SPARC-T4 optimized memcpy.

Before After
-------------- --------------
bw_tcp:         1288.53 MB/sec 1637.77 MB/sec
bw_pipe:        1517.18 MB/sec 2107.61 MB/sec
bw_unix:        1838.38 MB/sec 2640.91 MB/sec

make -s -j128
allmodconfig 5min 49sec 5min 31sec

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/head_64.S
arch/sparc/lib/Makefile
arch/sparc/lib/NG4copy_from_user.S [new file with mode: 0644]
arch/sparc/lib/NG4copy_page.S [new file with mode: 0644]
arch/sparc/lib/NG4copy_to_user.S [new file with mode: 0644]
arch/sparc/lib/NG4memcpy.S [new file with mode: 0644]
arch/sparc/lib/NG4patch.S [new file with mode: 0644]
arch/sparc/lib/NGpage.S