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)
committerSharvil Nanavati <sharvil@google.com>
Wed, 16 Jul 2014 01:08:14 +0000 (01:08 +0000)
commita1bfd3ee95378fab78c931c3360cfbd16de3b617
tree1c6f2ba59e4c69e2c43b8f5abcf6bf7921de1187
parent5a3ecbcd339e78ed3424800c20da949eb65e3a7b
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
gki/common/gki.h
gki/common/gki_time.c