Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63577
b: refs/heads/master
c: ecf691d
h: refs/heads/master
i:
  63575: 263a94c
v: v3
  • Loading branch information
Ingo Molnar committed Aug 2, 2007
1 parent d1420df commit 0c75a49
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: 5a4f3ea77e1b0c72a3ec136c881eb0d64aa1d25e
refs/heads/master: ecf691daf7afb418537ba459290191a0a5853be5
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ calc_delta_mine(unsigned long delta_exec, unsigned long weight,
tmp = (tmp * lw->inv_weight) >> WMULT_SHIFT;
}

return (unsigned long)min(tmp, (u64)sysctl_sched_runtime_limit);
return (unsigned long)min(tmp, (u64)(unsigned long)LONG_MAX);
}

static inline unsigned long
Expand Down

0 comments on commit 0c75a49

Please sign in to comment.