diff options
Diffstat (limited to 'drivers/clocksource/i8253.c')
| -rw-r--r-- | drivers/clocksource/i8253.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/i8253.c b/drivers/clocksource/i8253.c index e7cab2da910f..14ee3efcc404 100644 --- a/drivers/clocksource/i8253.c +++ b/drivers/clocksource/i8253.c | |||
| @@ -35,7 +35,7 @@ static cycle_t i8253_read(struct clocksource *cs) | |||
| 35 | 35 | ||
| 36 | raw_spin_lock_irqsave(&i8253_lock, flags); | 36 | raw_spin_lock_irqsave(&i8253_lock, flags); |
| 37 | /* | 37 | /* |
| 38 | * Although our caller may have the read side of xtime_lock, | 38 | * Although our caller may have the read side of jiffies_lock, |
| 39 | * this is now a seqlock, and we are cheating in this routine | 39 | * this is now a seqlock, and we are cheating in this routine |
| 40 | * by having side effects on state that we cannot undo if | 40 | * by having side effects on state that we cannot undo if |
| 41 | * there is a collision on the seqlock and our caller has to | 41 | * there is a collision on the seqlock and our caller has to |
