Commit 162bc7d1 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix outdated comment in jiffies.h

From: Tim Schmielau <tim@physik3.uni-rostock.de>
parent a4b05bb1
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
/* /*
* The 64-bit value is not volatile - you MUST NOT read it * 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. * get_jiffies_64() will do this for you as appropriate.
*/ */
extern u64 jiffies_64; extern u64 jiffies_64;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment