Files
android_kernel_xiaomi_sm8450/arch/powerpc/platforms/cell/spufs
Thomas Gleixner f2dec1eae8 powerpc: cell: Use ktime_get_ns()
Replace the ever recurring:
	ts = ktime_get_ts();
	ns = timespec_to_ns(&ts);
with
	ns = ktime_get_ns();

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
2014-07-23 10:18:07 -07:00
..
2014-07-23 10:18:07 -07:00
2013-11-09 00:16:27 -05:00
2014-07-23 10:18:07 -07:00
2011-03-31 11:26:23 -03:00
2014-07-23 10:18:07 -07:00
2011-03-31 11:26:23 -03:00