From: David Miller Date: Tue, 17 Jul 2007 00:17:44 +0000 (-0700) Subject: [HRTIMER] Fix cpu pointer arg to clockevents_notify() X-Git-Tag: v2.6.23-rc1~770 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7713a7d195c2e11d7ba6a973317da0af862d1264;p=pandora-kernel.git [HRTIMER] Fix cpu pointer arg to clockevents_notify() All of the clockevent notifiers expect a pointer to an "unsigned int" cpu argument, but hrtimer_cpu_notify() passes in a pointer to a long. [ Discussed with and ok by Thomas Gleixner ] Signed-off-by: David S. Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed