Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248639
b: refs/heads/master
c: 68fa61c
h: refs/heads/master
i:
  248637: 6c215e1
  248635: 95ef838
  248631: e088062
  248623: 0b97740
  248607: 564e7c1
  248575: 691766d
v: v3
  • Loading branch information
Thomas Gleixner committed May 23, 2011
1 parent 30df640 commit 97c2811
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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: ab8177bc53e8ae3a3ba6d200ce2c2dae263f7ee5
refs/heads/master: 68fa61c026057a39d6ccb850aa8785043afbee02
2 changes: 1 addition & 1 deletion trunk/include/linux/hrtimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ struct hrtimer_clock_base {
};

enum hrtimer_base_type {
HRTIMER_BASE_REALTIME,
HRTIMER_BASE_MONOTONIC,
HRTIMER_BASE_REALTIME,
HRTIMER_BASE_BOOTTIME,
HRTIMER_MAX_CLOCK_BASES,
};
Expand Down
12 changes: 6 additions & 6 deletions trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =

.clock_base =
{
{
.index = HRTIMER_BASE_REALTIME,
.clockid = CLOCK_REALTIME,
.get_time = &ktime_get_real,
.resolution = KTIME_LOW_RES,
},
{
.index = HRTIMER_BASE_MONOTONIC,
.clockid = CLOCK_MONOTONIC,
.get_time = &ktime_get,
.resolution = KTIME_LOW_RES,
},
{
.index = HRTIMER_BASE_REALTIME,
.clockid = CLOCK_REALTIME,
.get_time = &ktime_get_real,
.resolution = KTIME_LOW_RES,
},
{
.index = HRTIMER_BASE_BOOTTIME,
.clockid = CLOCK_BOOTTIME,
Expand Down

0 comments on commit 97c2811

Please sign in to comment.