Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158159
b: refs/heads/master
c: 5699ed8
h: refs/heads/master
i:
  158157: 2eea15a
  158155: 97337de
  158151: 24dae12
  158143: 9c145e6
v: v3
  • Loading branch information
Paul E. McKenney authored and Ingo Molnar committed Aug 23, 2009
1 parent a06e27f commit 8b71683
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: bc33f24bdca8b6e97376e3a182ab69e6cdefa989
refs/heads/master: 5699ed8fcb0c32ca699e2a27ad716eb70b367dbf
2 changes: 1 addition & 1 deletion trunk/kernel/rcutree_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static void print_one_rcu_data_csv(struct seq_file *m, struct rcu_data *rdp)
return;
seq_printf(m, "%d,%s,%ld,%ld,%d,%ld,%d",
rdp->cpu,
cpu_is_offline(rdp->cpu) ? "\"Y\"" : "\"N\"",
cpu_is_offline(rdp->cpu) ? "\"N\"" : "\"Y\"",
rdp->completed, rdp->gpnum,
rdp->passed_quiesc, rdp->passed_quiesc_completed,
rdp->qs_pending);
Expand Down

0 comments on commit 8b71683

Please sign in to comment.