diff options
author | Alexander Gordeev <[email protected]> | 2024-04-10 17:09:46 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2024-04-17 13:37:21 +0200 |
commit | 60b8edba142e4ba3c3060431760dd803bd90ffa1 (patch) | |
tree | 2708c704e33358a143d29b458434b56b1ebb499f | |
parent | 89d6910cc562ab34d1f1c08f3cf0a9700b8bf2c4 (diff) |
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Frederic Weisbecker <[email protected]>
Acked-by: Heiko Carstens <[email protected]>
Acked-by: Nicholas Piggin <[email protected]>
Link: https://lore.kernel.org/r/b1055852eab0ffea33ad16c92d6a825c83037c3e.1712760275.git.agordeev@linux.ibm.com
-rw-r--r-- | arch/s390/include/asm/vtime.h | 2 |
1 files changed, 0 insertions, 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; |