Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69067
b: refs/heads/master
c: d822cec
h: refs/heads/master
i:
  69065: 7aa096e
  69063: c2a094a
v: v3
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent 79331bc commit 19163f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 67e9fb2a39a1d454218d50383094940982be138f
refs/heads/master: d822cecedad88b69a7d68aa8d49e1f238aa320c7
4 changes: 2 additions & 2 deletions trunk/kernel/sched_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ static int sched_debug_show(struct seq_file *m, void *v)
SEQ_printf(m, "now at %Lu.%06ld msecs\n", SPLIT_NS(now));

#define P(x) \
SEQ_printf(m, " .%-30s: %Ld\n", #x, (long long)(x))
SEQ_printf(m, " .%-40s: %Ld\n", #x, (long long)(x))
#define PN(x) \
SEQ_printf(m, " .%-30s: %Ld.%06ld\n", #x, SPLIT_NS(x))
SEQ_printf(m, " .%-40s: %Ld.%06ld\n", #x, SPLIT_NS(x))
PN(sysctl_sched_latency);
PN(sysctl_sched_min_granularity);
PN(sysctl_sched_wakeup_granularity);
Expand Down

0 comments on commit 19163f0

Please sign in to comment.