All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip: sched/core] s390/vtime: Remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
@ 2024-04-17 12:07 tip-bot2 for Alexander Gordeev
  0 siblings, 0 replies; only message in thread
From: tip-bot2 for Alexander Gordeev @ 2024-04-17 12:07 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Alexander Gordeev, Ingo Molnar, Frederic Weisbecker,
	Heiko Carstens, Nicholas Piggin, x86, linux-kernel

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 <agordeev@linux.ibm.com>
AuthorDate:    Wed, 10 Apr 2024 17:09:46 +02:00
Committer:     Ingo Molnar <mingo@kernel.org>
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 <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
---
 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;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-17 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 12:07 [tip: sched/core] s390/vtime: Remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover tip-bot2 for Alexander Gordeev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.