commit | 98c4f0c336afe4318c12397bc74910d86ee036a2 | [log] [tgz] |
---|---|---|
author | Chase Venters <chase.venters@clientec.com> | Thu Nov 30 04:53:49 2006 +0100 |
committer | Adrian Bunk <bunk@stusta.de> | Thu Nov 30 04:53:49 2006 +0100 |
tree | a00a42850292e101ec85587ed50ee94580cb9c34 | |
parent | ce00f85c45d7f8c13cf67d9ca24d0f100f8e9c59 [diff] |
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>