diff options
| author | Vasily Gorbik <gor@linux.ibm.com> | 2026-07-15 17:35:56 +0200 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2026-07-15 17:35:56 +0200 |
| commit | 8b313d717bcf4f944fb46fe4ed4d8680bdbc5648 (patch) | |
| tree | e4eefa8fcb53bf64c057b32a861e247d22867313 /include/linux | |
| parent | 7af5b94df8e4d877d1937206e8143fc9eb1eca19 (diff) | |
| parent | a7325d0d771c887847420f92be3e9b73e5c117e7 (diff) | |
| download | linux-next-8b313d717bcf4f944fb46fe4ed4d8680bdbc5648.tar.gz linux-next-8b313d717bcf4f944fb46fe4ed4d8680bdbc5648.zip | |
Merge branch 'features' into for-next
* features:
s390/traps: Add exception statistics
s390/configs: Enable cpuidle driver on s390
s390/idle: Introduce cpuidle for s390
s390: Enable TIF_POLLING_NRFLAG
tick: Remove arch_needs_cpu
s390/tick: Remove CIF_NOHZ_DELAY flag
s390/mm: Use set_pmd() / set_pud() for hugetlb pagetable entries
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tick.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/tick.h b/include/linux/tick.h index 1cf4651f09ad..a43b7bd8ba3f 100644 --- a/include/linux/tick.h +++ b/include/linux/tick.h @@ -44,9 +44,6 @@ static inline void tick_unfreeze(void) { } #ifdef CONFIG_TICK_ONESHOT extern void tick_irq_enter(void); -# ifndef arch_needs_cpu -# define arch_needs_cpu() (0) -# endif # else static inline void tick_irq_enter(void) { } #endif |
