diff options
| author | Thomas Gleixner <[email protected]> | 2014-07-16 21:04:38 +0000 |
|---|---|---|
| committer | John Stultz <[email protected]> | 2014-07-23 10:18:07 -0700 |
| commit | f2dec1eae8029bb056a3c1b2d3373681fa8e3e7a (patch) | |
| tree | d3f8daca72af614d8d9e8e5c8b5e4a07adb8c6c0 /scripts/stackusage | |
| parent | 68f6783d28316affcd2ce332d949e40e4c7416bd (diff) | |
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 <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions