]> Pileus Git - ~andy/linux/blobdiff - include/linux/jiffies.h
time: Kill xtime_lock, replacing it with jiffies_lock
[~andy/linux] / include / linux / jiffies.h
index 6b87413da9d68877bf3f65f5d85023b1f9702fc4..82ed068b1ebee619906a1713ce9e8b51c134e78c 100644 (file)
@@ -70,11 +70,12 @@ extern int register_refined_jiffies(long clock_tick_rate);
 
 /*
  * The 64-bit value is not atomic - you MUST NOT read it
- * without sampling the sequence number in xtime_lock.
+ * without sampling the sequence number in jiffies_lock.
  * get_jiffies_64() will do this for you as appropriate.
  */
 extern u64 __jiffy_data jiffies_64;
 extern unsigned long volatile __jiffy_data jiffies;
+extern seqlock_t jiffies_lock;
 
 #if (BITS_PER_LONG < 64)
 u64 get_jiffies_64(void);