]> Gentwo Git Trees - linux/.git/commit
powerpc/64s/slb: Make preload_add return type as void
authorRitesh Harjani (IBM) <ritesh.list@gmail.com>
Thu, 30 Oct 2025 14:57:35 +0000 (20:27 +0530)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Tue, 18 Nov 2025 07:05:53 +0000 (12:35 +0530)
commit2a492d6b38c2943c9d2f9008f31a8bb3afc3a40b
treea2b4653db6eac638a2e32c30429a9e6efd19ab42
parent3d44be297e7e01357b95dd13d2b335e6550ccfcd
powerpc/64s/slb: Make preload_add return type as void

We dropped preload_new_slb_context() & slb_setup_new_exec() in a
previous patch. That means we don't really need preload_add() return
type anymore. So let's make its return type as void.

Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/88b07223e93b0fc56c1119f6889b7d9c83e20109.1761834163.git.ritesh.list@gmail.com
arch/powerpc/mm/book3s64/slb.c