Re: [PATCH v2 2/2] RISC-V: defconfig: Enable printk timestamps

2018-11-01 Thread Palmer Dabbelt
On Wed, 31 Oct 2018 22:10:33 PDT (-0700), a...@brainfault.org wrote: The printk timestamps are very useful information to visually see where kernel is spending time during boot. It also helps us see the timing of hotplug events at runtime. This patch enables printk timestamps in RISC-V

Re: [PATCH v2 2/2] RISC-V: defconfig: Enable printk timestamps

2018-11-01 Thread Palmer Dabbelt
On Wed, 31 Oct 2018 22:10:33 PDT (-0700), a...@brainfault.org wrote: The printk timestamps are very useful information to visually see where kernel is spending time during boot. It also helps us see the timing of hotplug events at runtime. This patch enables printk timestamps in RISC-V

[PATCH v2 2/2] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Anup Patel
The printk timestamps are very useful information to visually see where kernel is spending time during boot. It also helps us see the timing of hotplug events at runtime. This patch enables printk timestamps in RISC-V defconfig so that we have it enabled by default (similar to other architectures

[PATCH v2 2/2] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Anup Patel
The printk timestamps are very useful information to visually see where kernel is spending time during boot. It also helps us see the timing of hotplug events at runtime. This patch enables printk timestamps in RISC-V defconfig so that we have it enabled by default (similar to other architectures