commit | 74d69eaadd652de87dc3dd97303de83963524b54 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Jan 24 15:09:21 2019 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Feb 07 12:16:49 2019 -0800 |
tree | 96b54f324a4c088fbed64e5a759956d2159a75f1 | |
parent | 815af8fff1d120f0c7ab04e7914270508984a04d [diff] |
xtensa: clean up arch/xtensa/kernel/time.c - move all constant assignments from local_timer_setup to the definition of ccount_timer to make it mostly statically initialized; - drop local function declarations, reorder functions and variables that reference them. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>