diff options
author | Yong Zhang <[email protected]> | 2010-10-24 11:50:53 +0800 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2010-11-10 12:39:52 +0100 |
commit | 5e4f083f78d03e9f8d2e327daccde16976f9bb00 (patch) | |
tree | a6b95d9dae56a5139d6356700f486d0ab01beaca | |
parent | 466bd3030973910118ca601da8072be97a1e2209 (diff) |
hrtimer: Remove stale comment on curr_timer
curr_timer doesn't resident in struct hrtimer_cpu_base anymore.
Signed-off-by: Yong Zhang <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r-- | include/linux/hrtimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index fd0c1b857d3d..dd9954b79342 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -158,7 +158,6 @@ struct hrtimer_clock_base { * @lock: lock protecting the base and associated clock bases * and timers * @clock_base: array of clock bases for this cpu - * @curr_timer: the timer which is executing a callback right now * @expires_next: absolute time of the next event which was scheduled * via clock_set_next_event() * @hres_active: State of high resolution mode |