]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static
authorMichal Suchanek <msuchanek@suse.de>
Tue, 1 Oct 2024 13:03:49 +0000 (15:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:51:03 +0000 (19:51 +0100)
commit17248fdbe3ca48b3d5ee289957ceece1660d5e28
tree69b0371e4386df4e2983a3e9b66e72dfefbb2720
parent8c966150d5abff58c3c2bdb9a6e63fd773782905
powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static

[ Upstream commit a26c4dbb3d9c1821cb0fc11cb2dbc32d5bf3463b ]

These functions are not used outside of sstep.c

Fixes: 350779a29f11 ("powerpc: Handle most loads and stores in instruction emulation code")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241001130356.14664-1-msuchanek@suse.de
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/include/asm/sstep.h
arch/powerpc/lib/sstep.c