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)
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>

No differences found