提交 ef08cce8 编写于 作者: L Li Zefan 提交者: Adrian Bunk

time: delete comments that refer to noexistent symbols

Function do_timer_interrupt_hook() don't take argument regs,
and structure hrtimer_sleeper don't have member cb_pending.
So delete comments refering to these symbols.
Signed-off-by: NLi Zefan <lizf@cn.fujitsu.com>
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
上级 2e01e00e
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
/** /**
* do_timer_interrupt_hook - hook into timer tick * do_timer_interrupt_hook - hook into timer tick
* @regs: standard registers from interrupt
* *
* Call the pit clock event handler. see asm/i8253.h * Call the pit clock event handler. see asm/i8253.h
**/ **/
......
...@@ -147,7 +147,6 @@ struct hrtimer_sleeper { ...@@ -147,7 +147,6 @@ struct hrtimer_sleeper {
* @get_time: function to retrieve the current time of the clock * @get_time: function to retrieve the current time of the clock
* @get_softirq_time: function to retrieve the current time from the softirq * @get_softirq_time: function to retrieve the current time from the softirq
* @softirq_time: the time when running the hrtimer queue in the softirq * @softirq_time: the time when running the hrtimer queue in the softirq
* @cb_pending: list of timers where the callback is pending
* @offset: offset of this clock to the monotonic base * @offset: offset of this clock to the monotonic base
* @reprogram: function to reprogram the timer event * @reprogram: function to reprogram the timer event
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册