selftests/powerpc/ptrace: Drop unused load_fpr_single_precision()
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 27 Jun 2022 14:02:33 +0000 (00:02 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 25 Jul 2022 02:05:16 +0000 (12:05 +1000)
This function is never called, drop it.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220627140239.2464900-7-mpe@ellerman.id.au
tools/testing/selftests/powerpc/include/reg.h
tools/testing/selftests/powerpc/lib/reg.S

index 2ac7a4c..58b6491 100644 (file)
 #ifndef __ASSEMBLER__
 void store_gpr(unsigned long *addr);
 void load_gpr(unsigned long *addr);
-void load_fpr_single_precision(float *addr);
 void store_fpr_single_precision(float *addr);
 #endif /* end of __ASSEMBLER__ */
 
index 9304ea7..dd37b8e 100644 (file)
@@ -54,43 +54,6 @@ FUNC_START(store_gpr)
 FUNC_END(store_gpr)
 
 /* Single Precision Float - float buf[32] */
-FUNC_START(load_fpr_single_precision)
-       lfs 0, 0*4(3)
-       lfs 1, 1*4(3)
-       lfs 2, 2*4(3)
-       lfs 3, 3*4(3)
-       lfs 4, 4*4(3)
-       lfs 5, 5*4(3)
-       lfs 6, 6*4(3)
-       lfs 7, 7*4(3)
-       lfs 8, 8*4(3)
-       lfs 9, 9*4(3)
-       lfs 10, 10*4(3)
-       lfs 11, 11*4(3)
-       lfs 12, 12*4(3)
-       lfs 13, 13*4(3)
-       lfs 14, 14*4(3)
-       lfs 15, 15*4(3)
-       lfs 16, 16*4(3)
-       lfs 17, 17*4(3)
-       lfs 18, 18*4(3)
-       lfs 19, 19*4(3)
-       lfs 20, 20*4(3)
-       lfs 21, 21*4(3)
-       lfs 22, 22*4(3)
-       lfs 23, 23*4(3)
-       lfs 24, 24*4(3)
-       lfs 25, 25*4(3)
-       lfs 26, 26*4(3)
-       lfs 27, 27*4(3)
-       lfs 28, 28*4(3)
-       lfs 29, 29*4(3)
-       lfs 30, 30*4(3)
-       lfs 31, 31*4(3)
-       blr
-FUNC_END(load_fpr_single_precision)
-
-/* Single Precision Float - float buf[32] */
 FUNC_START(store_fpr_single_precision)
        stfs 0, 0*4(3)
        stfs 1, 1*4(3)