Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182513
b: refs/heads/master
c: 90fdbdb
h: refs/heads/master
i:
  182511: ce7ff1d
v: v3
  • Loading branch information
Akinobu Mita authored and Ingo Molnar committed Feb 2, 2010
1 parent ebe3154 commit b297773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 60db48cacb9b253d5607a5ff206112a59cd09e34
refs/heads/master: 90fdbdb48442a03c72cae5463e6edb64cb3a3a7d
4 changes: 1 addition & 3 deletions trunk/kernel/sched_cpupri.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ static int convert_prio(int prio)
}

#define for_each_cpupri_active(array, idx) \
for (idx = find_first_bit(array, CPUPRI_NR_PRIORITIES); \
idx < CPUPRI_NR_PRIORITIES; \
idx = find_next_bit(array, CPUPRI_NR_PRIORITIES, idx+1))
for_each_bit(idx, array, CPUPRI_NR_PRIORITIES)

/**
* cpupri_find - find the best (lowest-pri) CPU in the system
Expand Down

0 comments on commit b297773

Please sign in to comment.