alarmtimer: add alarm_restart
authorTodd Poynor <toddpoynor@google.com>
Wed, 8 May 2013 22:49:18 +0000 (15:49 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:28 +0000 (14:16 -0700)
commit0ccfc3ce82fbc2b2df5ab11ebfa43f894a6a4ae7
tree5dad7a03303219500a2c5d42a177fb30ce6986ab
parent3ab74abdc30faaaa49eae6ae233769b092ec3378
alarmtimer: add alarm_restart

Analogous to hrtimer_restart, restart an alarmtimer after the expires
time has already been updated (as with alarm_forward).

Change-Id: Ia2613bbb467404cb2c35c11efa772bc56294963a
Signed-off-by: Todd Poynor <toddpoynor@google.com>
include/linux/alarmtimer.h
kernel/time/alarmtimer.c