Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77308
b: refs/heads/master
c: 326e96b
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 27, 2008
1 parent a14989e commit 61a11a4
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: ef3f2de2b5496f721b12f21a157e19eac816394b
refs/heads/master: 326e96b92306b7af24a3608ec01156cba17a3fc1
4 changes: 1 addition & 3 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,7 @@ asmlinkage int vprintk(const char *fmt, va_list args)
loglev_char = default_message_loglevel
+ '0';
}
t = 0;
if (system_state != SYSTEM_BOOTING)
t = ktime_to_ns(ktime_get());
t = cpu_clock(printk_cpu);
nanosec_rem = do_div(t, 1000000000);
tlen = sprintf(tbuf,
"<%c>[%5lu.%06lu] ",
Expand Down

0 comments on commit 61a11a4

Please sign in to comment.