Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30792
b: refs/heads/master
c: cc94abf
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Linus Torvalds committed Jun 28, 2006
1 parent 8d425b7 commit b91e644
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 72d2854d4ebf5faf086ebccb2ed575c6b68a05dc
refs/heads/master: cc94abfcbc9fed0048365ce1fb8dc81353408bf8
3 changes: 2 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,8 @@ unsigned long nr_uninterruptible(void)

unsigned long long nr_context_switches(void)
{
unsigned long long i, sum = 0;
int i;
unsigned long long sum = 0;

for_each_possible_cpu(i)
sum += cpu_rq(i)->nr_switches;
Expand Down

0 comments on commit b91e644

Please sign in to comment.