Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135711
b: refs/heads/master
c: af66df5
h: refs/heads/master
i:
  135709: 4d8b1c5
  135707: 4fca315
  135703: e78b4c5
  135695: 71c53d6
  135679: d5790cf
v: v3
  • Loading branch information
Luis Henriques authored and Ingo Molnar committed Mar 18, 2009
1 parent 7e8ac61 commit 2760a8e
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: 37ba317c9ed19eb126e40bbf563f2711e191a636
refs/heads/master: af66df5ecf9c9e2d2ff86e8203510c1c4519d64c
2 changes: 1 addition & 1 deletion trunk/kernel/sched_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ static void print_cpu(struct seq_file *m, int cpu)
P(nr_switches);
P(nr_load_updates);
P(nr_uninterruptible);
SEQ_printf(m, " .%-30s: %lu\n", "jiffies", jiffies);
PN(next_balance);
P(curr->pid);
PN(clock);
Expand Down Expand Up @@ -325,6 +324,7 @@ static int sched_debug_show(struct seq_file *m, void *v)
SEQ_printf(m, " .%-40s: %Ld\n", #x, (long long)(x))
#define PN(x) \
SEQ_printf(m, " .%-40s: %Ld.%06ld\n", #x, SPLIT_NS(x))
P(jiffies);
PN(sysctl_sched_latency);
PN(sysctl_sched_min_granularity);
PN(sysctl_sched_wakeup_granularity);
Expand Down

0 comments on commit 2760a8e

Please sign in to comment.