Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108199
b: refs/heads/master
c: e26873b
h: refs/heads/master
i:
  108197: 3013e62
  108195: 9a048b6
  108191: 3bfe58b
v: v3
  • Loading branch information
roel kluin authored and Ingo Molnar committed Jul 28, 2008
1 parent 72aec13 commit 26f7351
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 94f565598827e2015dce97f4c1ac4871ab84407b
refs/heads/master: e26873bb10f722f10b1af9de05119a3d7cbc07b2
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static inline u64 global_rt_period(void)

static inline u64 global_rt_runtime(void)
{
if (sysctl_sched_rt_period < 0)
if (sysctl_sched_rt_runtime < 0)
return RUNTIME_INF;

return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC;
Expand Down

0 comments on commit 26f7351

Please sign in to comment.