aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/copyloops/copyuser_64.S
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2014-01-21 15:22:17 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-03-07 15:53:12 +1100
commit22d651dcef536c75f75537290bf3da5038e68b6b (patch)
treef235898edcb89a9fe9dbf2f9f76b79f78596b16e /tools/testing/selftests/powerpc/copyloops/copyuser_64.S
parentpowerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO. (diff)
downloadlinux-dev-22d651dcef536c75f75537290bf3da5038e68b6b.tar.xz
linux-dev-22d651dcef536c75f75537290bf3da5038e68b6b.zip
selftests/powerpc: Import Anton's memcpy / copy_tofrom_user tests
Turn Anton's memcpy / copy_tofrom_user test into something that can live in tools/testing/selftests. It requires one turd in arch/powerpc/lib/memcpy_64.S, but it's pretty harmless IMHO. We are sailing very close to the wind with the feature macros. We define them to nothing, which currently means we get a few extra nops and include the unaligned calls. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'tools/testing/selftests/powerpc/copyloops/copyuser_64.S')
l---------tools/testing/selftests/powerpc/copyloops/copyuser_64.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/copyloops/copyuser_64.S b/tools/testing/selftests/powerpc/copyloops/copyuser_64.S
new file mode 120000
index 000000000000..f1c418a2521a
--- /dev/null
+++ b/tools/testing/selftests/powerpc/copyloops/copyuser_64.S
@@ -0,0 +1 @@
+../../../../../arch/powerpc/lib/copyuser_64.S \ No newline at end of file