]> Git Repo - linux.git/commit
jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY
authorFrederic Weisbecker <[email protected]>
Tue, 31 Jan 2017 03:09:16 +0000 (04:09 +0100)
committerIngo Molnar <[email protected]>
Wed, 1 Feb 2017 08:13:45 +0000 (09:13 +0100)
commit93825f2ec736f30e034ab7c9d56b42849c5b00da
tree7e61fea64d0830050671211625c661a380515b5a
parented5c8c854f2b990dfa4d85c4995d115768a05d3c
jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY

NSEC_PER_JIFFY is an ad-hoc redefinition of TICK_NSEC. Let's rather
use a unique and well maintained version.

Signed-off-by: Frederic Weisbecker <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Stanislaw Gruszka <[email protected]>
Cc: Wanpeng Li <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/time/jiffies.c
This page took 0.055331 seconds and 4 git commands to generate.