From: Tim Schmielau include/linux/jiffies.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/jiffies.h~jiffies-comment-fix include/linux/jiffies.h --- 25/include/linux/jiffies.h~jiffies-comment-fix 2003-12-14 20:37:15.000000000 -0800 +++ 25-akpm/include/linux/jiffies.h 2003-12-14 20:37:15.000000000 -0800 @@ -10,7 +10,7 @@ /* * The 64-bit value is not volatile - you MUST NOT read it - * without holding read_lock_irq(&xtime_lock). + * without sampling the sequence number in xtime_lock. * get_jiffies_64() will do this for you as appropriate. */ extern u64 jiffies_64; _