summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-12-29 05:53:09 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2003-12-29 05:53:09 -0800
commit162bc7d1275721eeee98e2321f3ec03b57ac56fc (patch)
tree231dcb6b885f72a463102f87b3bd479bf715730a /include/linux
parenta4b05bb1936d15d0dd7ee482b7ce7dd4766a6988 (diff)
[PATCH] fix outdated comment in jiffies.h
From: Tim Schmielau <tim@physik3.uni-rostock.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/jiffies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h
index f4ff32632c5d..459630f41680 100644
--- a/include/linux/jiffies.h
+++ b/include/linux/jiffies.h
@@ -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;