Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91086
b: refs/heads/master
c: ea736ed
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Apr 19, 2008
1 parent 4facba5 commit 1568773
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: 112f53f5d700589de741dca67c77439e96ea94a7
refs/heads/master: ea736ed5d353d7a3aa1cf8ce4cf8d947bc353fb2
10 changes: 6 additions & 4 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,11 @@ struct rt_prio_array {
};

struct rt_bandwidth {
ktime_t rt_period;
u64 rt_runtime;
spinlock_t rt_runtime_lock;
struct hrtimer rt_period_timer;
/* nests inside the rq lock: */
spinlock_t rt_runtime_lock;
ktime_t rt_period;
u64 rt_runtime;
struct hrtimer rt_period_timer;
};

static struct rt_bandwidth def_rt_bandwidth;
Expand Down Expand Up @@ -403,6 +404,7 @@ struct rt_rq {
int rt_throttled;
u64 rt_time;
u64 rt_runtime;
/* Nests inside the rq lock: */
spinlock_t rt_runtime_lock;

#ifdef CONFIG_RT_GROUP_SCHED
Expand Down

0 comments on commit 1568773

Please sign in to comment.