[PATCH v2 3/5] s390/vtime: remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover

Nicholas Piggin npiggin at gmail.com
Fri Feb 9 14:36:33 AEDT 2024


On Fri Feb 9, 2024 at 6:15 AM AEST, Alexander Gordeev wrote:
> __ARCH_HAS_VTIME_TASK_SWITCH macro is not used anymore.

... but for benefit of patchwork if you decide to keep them
apart

Acked-by: Nicholas Piggin <npiggin at gmail.com>

>
> Reviewed-by: Frederic Weisbecker <frederic at kernel.org>
> Acked-by: Heiko Carstens <hca at linux.ibm.com>
> Signed-off-by: Alexander Gordeev <agordeev at linux.ibm.com>
> ---
>  arch/s390/include/asm/vtime.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/s390/include/asm/vtime.h b/arch/s390/include/asm/vtime.h
> index fe17e448c0c5..561c91c1a87c 100644
> --- a/arch/s390/include/asm/vtime.h
> +++ b/arch/s390/include/asm/vtime.h
> @@ -2,8 +2,6 @@
>  #ifndef _S390_VTIME_H
>  #define _S390_VTIME_H
>  
> -#define __ARCH_HAS_VTIME_TASK_SWITCH
> -
>  static inline void update_timer_sys(void)
>  {
>  	S390_lowcore.system_timer += S390_lowcore.last_update_timer - S390_lowcore.exit_timer;



More information about the Linuxppc-dev mailing list