Fix jiffies.h comment
authorChase Venters <chase.venters@clientec.com>
Thu, 30 Nov 2006 03:53:49 +0000 (04:53 +0100)
committerAdrian Bunk <bunk@stusta.de>
Thu, 30 Nov 2006 03:53:49 +0000 (04:53 +0100)
commit98c4f0c336afe4318c12397bc74910d86ee036a2
treea00a42850292e101ec85587ed50ee94580cb9c34
parentce00f85c45d7f8c13cf67d9ca24d0f100f8e9c59
Fix jiffies.h comment

jiffies.h includes a comment informing that jiffies_64 must be read with the
assistance of the xtime_lock seqlock. The comment text, however, calls
jiffies_64 "not volatile", which should probably read "not atomic".

Signed-off-by: Chase Venters <chase.venters@clientec.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
include/linux/jiffies.h