Skip to content

Commit 60b8edb

Browse files
Alexander Gordeevingomolnar
authored andcommitted
s390/vtime: Remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
__ARCH_HAS_VTIME_TASK_SWITCH macro is not used anymore. Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Acked-by: Heiko Carstens <hca@linux.ibm.com> Acked-by: Nicholas Piggin <npiggin@gmail.com> Link: https://lore.kernel.org/r/b1055852eab0ffea33ad16c92d6a825c83037c3e.1712760275.git.agordeev@linux.ibm.com
1 parent 89d6910 commit 60b8edb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/s390/include/asm/vtime.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#ifndef _S390_VTIME_H
33
#define _S390_VTIME_H
44

5-
#define __ARCH_HAS_VTIME_TASK_SWITCH
6-
75
static inline void update_timer_sys(void)
86
{
97
S390_lowcore.system_timer += S390_lowcore.last_update_timer - S390_lowcore.exit_timer;

0 commit comments

Comments
 (0)