aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index e6c1f36d8c3a..5f9d053699f9 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -707,7 +707,7 @@ asmlinkage int vprintk(const char *fmt, va_list args)
707 loglev_char = default_message_loglevel 707 loglev_char = default_message_loglevel
708 + '0'; 708 + '0';
709 } 709 }
710 t = printk_clock(); 710 t = cpu_clock(printk_cpu);
711 nanosec_rem = do_div(t, 1000000000); 711 nanosec_rem = do_div(t, 1000000000);
712 tlen = sprintf(tbuf, 712 tlen = sprintf(tbuf,
713 "<%c>[%5lu.%06lu] ", 713 "<%c>[%5lu.%06lu] ",