Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366179
b: refs/heads/master
c: eb93e4d
h: refs/heads/master
i:
  366177: f558319
  366175: f8735b9
v: v3
  • Loading branch information
Thomas Gleixner authored and John Stultz committed Mar 22, 2013
1 parent 678b818 commit 03023bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23a9537a6999fce16f06ca61fc6cac52c8fbdc86
refs/heads/master: eb93e4d93093615c60cb7dd3dcb24e46bd7d62d4
1 change: 0 additions & 1 deletion trunk/include/linux/jiffies.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ extern int register_refined_jiffies(long clock_tick_rate);
*/
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);
Expand Down
2 changes: 2 additions & 0 deletions trunk/kernel/time/tick-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <linux/hrtimer.h>
#include <linux/tick.h>

extern seqlock_t jiffies_lock;

#ifdef CONFIG_GENERIC_CLOCKEVENTS_BUILD

#define TICK_DO_TIMER_NONE -1
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/stop_machine.h>
#include <linux/pvclock_gtod.h>

#include "tick-internal.h"

static struct timekeeper timekeeper;

Expand Down

0 comments on commit 03023bc

Please sign in to comment.