Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100191
b: refs/heads/master
c: 709d4b0
h: refs/heads/master
i:
  100189: 57bd57a
  100187: bed7506
  100183: 875cee0
  100175: 4519841
  100159: 257f13a
v: v3
  • Loading branch information
Gregory Haskins authored and Ingo Molnar committed Jun 6, 2008
1 parent d78717c commit 3f0853d
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: 1f11eb6a8bc92536d9e93ead48fa3ffbd1478571
refs/heads/master: 709d4b0c60f990bccf3e10ba7c6da407ad65c97f
2 changes: 1 addition & 1 deletion trunk/kernel/sched_cpupri.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <linux/sched.h>

#define CPUPRI_NR_PRIORITIES 2+MAX_RT_PRIO
#define CPUPRI_NR_PRI_WORDS CPUPRI_NR_PRIORITIES/BITS_PER_LONG
#define CPUPRI_NR_PRI_WORDS (CPUPRI_NR_PRIORITIES + BITS_PER_LONG/2)/BITS_PER_LONG

#define CPUPRI_INVALID -1
#define CPUPRI_IDLE 0
Expand Down

0 comments on commit 3f0853d

Please sign in to comment.