diff options
author | John Stultz <[email protected]> | 2012-07-27 14:48:13 -0400 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2012-07-31 17:09:14 +0200 |
commit | 4e250fdde9be50581c7dd5fed88c9b9960615314 (patch) | |
tree | 12f19a5c6f55f67d2b8dc2f24d9efa25faaa8eab /net/unix/af_unix.c | |
parent | 6d0ef903e2bda70da124c10d8ad89f2382c87991 (diff) |
time: Remove all direct references to timekeeper
Ingo noted that the numerous timekeeper.value references made
the timekeeping code ugly and caused many long lines that
had to be broken up. He recommended replacing timekeeper.value
references with tk->value.
This patch provides a local tk value for all top level time
functions and sets it to &timekeeper. Then all timekeeper
access is done via a tk pointer.
Signed-off-by: John Stultz <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions