OSDN Git Service

Eliminate last_ticks from TIMER_LIST_ENT.
authorSharvil Nanavati <sharvil@google.com>
Tue, 15 Jul 2014 22:18:12 +0000 (15:18 -0700)
committerMatthew Xie <mattx@google.com>
Wed, 16 Jul 2014 17:54:23 +0000 (17:54 +0000)
commit446da53d6fd03ca19eef8c43a56b27091ea7c54b
tree69b46df3ec9591d47dfe3eaf86992610b56e0378
parent288f5cf88113e9fd107e914e41e01b9618195872
Eliminate last_ticks from TIMER_LIST_ENT.

It's unnecessary, potentially calculated incorrectly, and the insertion
logic that depended on it was fragile. I've rewritten the list
insertion routine so it's easier to follow. This should also fix
http://b/16259295.

Change-Id: Ib7184c94c495c03d3acbe105955b1bb712dbbfaa
(cherry picked from commit a1bfd3ee95378fab78c931c3360cfbd16de3b617)
gki/common/gki.h
gki/common/gki_time.c