mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
dyntick: Remove last reminants of dyntick support
Remove the last reminants of dyntick support from the generic kernel. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
205bee6ad8
commit
ee9c578527
3 changed files with 2 additions and 22 deletions
|
@ -812,7 +812,7 @@ static inline void __run_timers(struct tvec_base *base)
|
|||
spin_unlock_irq(&base->lock);
|
||||
}
|
||||
|
||||
#if defined(CONFIG_NO_IDLE_HZ) || defined(CONFIG_NO_HZ)
|
||||
#ifdef CONFIG_NO_HZ
|
||||
/*
|
||||
* Find out when the next timer event is due to happen. This
|
||||
* is used on S/390 to stop all activity when a cpus is idle.
|
||||
|
@ -947,14 +947,6 @@ unsigned long get_next_timer_interrupt(unsigned long now)
|
|||
|
||||
return cmp_next_hrtimer_event(now, expires);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_NO_IDLE_HZ
|
||||
unsigned long next_timer_interrupt(void)
|
||||
{
|
||||
return get_next_timer_interrupt(jiffies);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_VIRT_CPU_ACCOUNTING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue