mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
selftests/powerpc/ptrace: Drop unused load_fpr_single_precision()
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
This commit is contained in:
parent
bd4d3042e7
commit
af9f3f31f6
@ -164,7 +164,6 @@
|
||||
#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__ */
|
||||
|
||||
|
@ -53,43 +53,6 @@ FUNC_START(store_gpr)
|
||||
blr
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user