Re: [PATCH -next] powerpc/64s/hash: change stress_hpt_timer_fn to static

2023-01-15 Thread Michael Ellerman
On Wed, 28 Dec 2022 17:36:03 +0800, Yang Yingliang wrote: > stress_hpt_timer_fn is only used in hash_utils.c now, > change it to static. > > Applied to powerpc/fixes. [1/1] powerpc/64s/hash: change stress_hpt_timer_fn to static https://git.kernel.org/powerpc/c/f12cd06109f47c2fb4b23a45ab55

[PATCH -next] powerpc/64s/hash: change stress_hpt_timer_fn to static

2022-12-28 Thread Yang Yingliang
stress_hpt_timer_fn is only used in hash_utils.c now, change it to static. Fixes: 6b34a099faa1 ("powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faults") Signed-off-by: Yang Yingliang --- arch/powerpc/mm/book3s64/hash_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti