From: Joonwoo Park Date: Tue, 28 Apr 2015 02:21:49 +0000 (-0700) Subject: timer: Use timer->base for flag checks X-Git-Tag: omap-for-v4.2/fixes-rc1^2~169^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=781978e6e156101209f62b9ebc8783b70ef248de;p=pandora-kernel.git timer: Use timer->base for flag checks At present, internal_add_timer() examines flags with 'base' which doesn't contain flags. Examine with 'timer->base' to avoid unnecessary waking up of nohz CPU when timer base has TIMER_DEFERRABLE set. Signed-off-by: Joonwoo Park Cc: sboyd@codeaurora.org Cc: skannan@codeaurora.org Cc: John Stultz Link: http://lkml.kernel.org/r/1430187709-21087-1-git-send-email-joonwoop@codeaurora.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed