Re: [PATCH V2] printk: add sleep time into timestamp

2014-04-04 Thread John Stultz
On 03/31/2014 08:20 PM, Neil Zhang wrote: > Add sleep time into timestamp to reflect the actual time since > sched_clock will be stopped during suspend. > > Thanks John Stultz for suggestion to use monotonic_to_bootbased. > > Signed-off-by: Neil Zhang > --- > kernel/printk/printk.c | 16 +++

[PATCH V2] printk: add sleep time into timestamp

2014-03-31 Thread Neil Zhang
Add sleep time into timestamp to reflect the actual time since sched_clock will be stopped during suspend. Thanks John Stultz for suggestion to use monotonic_to_bootbased. Signed-off-by: Neil Zhang --- kernel/printk/printk.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions