Re: [patch 47/55] hangcheck-timer: Use ktime_get_raw_ns()

2014-07-12 Thread Arnd Bergmann
On Friday 11 July 2014, Thomas Gleixner wrote: > Use the nanoseconds based interface instead of converting timespecs. > > Signed-off-by: Thomas Gleixner > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman Acked-by: Arnd Bergmann -- To unsubscribe from this list: send the line "unsubscribe

Re: [patch 47/55] hangcheck-timer: Use ktime_get_raw_ns()

2014-07-12 Thread Arnd Bergmann
On Friday 11 July 2014, Thomas Gleixner wrote: Use the nanoseconds based interface instead of converting timespecs. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Arnd Bergmann a...@arndb.de Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Acked-by: Arnd Bergmann a...@arndb.de -- To

Re: [patch 47/55] hangcheck-timer: Use ktime_get_raw_ns()

2014-07-11 Thread Greg Kroah-Hartman
On Fri, Jul 11, 2014 at 01:45:08PM -, Thomas Gleixner wrote: > Use the nanoseconds based interface instead of converting timespecs. > > Signed-off-by: Thomas Gleixner > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman Acked-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line

[patch 47/55] hangcheck-timer: Use ktime_get_raw_ns()

2014-07-11 Thread Thomas Gleixner
Use the nanoseconds based interface instead of converting timespecs. Signed-off-by: Thomas Gleixner Cc: Arnd Bergmann Cc: Greg Kroah-Hartman --- drivers/char/hangcheck-timer.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) Index: tip/drivers/char/hangcheck-timer.c

[patch 47/55] hangcheck-timer: Use ktime_get_raw_ns()

2014-07-11 Thread Thomas Gleixner
Use the nanoseconds based interface instead of converting timespecs. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Arnd Bergmann a...@arndb.de Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/char/hangcheck-timer.c | 10 -- 1 file changed, 4 insertions(+), 6

Re: [patch 47/55] hangcheck-timer: Use ktime_get_raw_ns()

2014-07-11 Thread Greg Kroah-Hartman
On Fri, Jul 11, 2014 at 01:45:08PM -, Thomas Gleixner wrote: Use the nanoseconds based interface instead of converting timespecs. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Arnd Bergmann a...@arndb.de Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Acked-by: Greg