Subject: [tip: sched/core] s390/vtime: Remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover

The following commit has been merged into the sched/core branch of tip:

Commit-ID: 60b8edba142e4ba3c3060431760dd803bd90ffa1
Gitweb: https://git.kernel.org/tip/60b8edba142e4ba3c3060431760dd803bd90ffa1
Author: Alexander Gordeev <[email protected]>
AuthorDate: Wed, 10 Apr 2024 17:09:46 +02:00
Committer: Ingo Molnar <[email protected]>
CommitterDate: Wed, 17 Apr 2024 13:37:21 +02:00

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
---
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 fe17e44..561c91c 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;