From: John Stultz Date: Fri, 20 Apr 2012 19:31:44 +0000 (-0700) Subject: staging: android-alarm: Convert ALARM_ELAPSED_REALTIME to use CLOCK_BOOTTIME X-Git-Tag: v3.5-rc1~145^2~229^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2d8ccef0a8e8aedaf401edca6ad54663b0da24b;p=pandora-kernel.git staging: android-alarm: Convert ALARM_ELAPSED_REALTIME to use CLOCK_BOOTTIME The ALARM_ELAPSED_REALTIME clock domain in Android pointed to the need for something similar in linux system-wide (instead of limited to just the alarm interface). Thus CLOCK_BOOTTIME was introduced into the upstream kernel in 2.6.39. This patch attempts to convert the android alarm timer to utilize the kernel's CLOCK_BOOTTIME clockid for ALARM_ELAPSED_REALTIME, instead of managing it itself. CC: Colin Cross CC: Thomas Gleixner CC: Android Kernel Team Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed