Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231490
b: refs/heads/master
c: afa14e7
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Thomas Gleixner committed Jan 12, 2011
1 parent 63d5fe3 commit a783e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5fdade95f26372154459347dfb9f60721d22cfc7
refs/heads/master: afa14e7c553ebe45844d76208f66017a43abd0e2
4 changes: 2 additions & 2 deletions trunk/kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct timekeeper {
u32 mult;
};

struct timekeeper timekeeper;
static struct timekeeper timekeeper;

/**
* timekeeper_setup_internals - Set up internals to use clocksource clock.
Expand Down Expand Up @@ -164,7 +164,7 @@ static struct timespec total_sleep_time;
/*
* The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock.
*/
struct timespec raw_time;
static struct timespec raw_time;

/* flag for if timekeeping is suspended */
int __read_mostly timekeeping_suspended;
Expand Down

0 comments on commit a783e77

Please sign in to comment.