[HRTIMER] Fix cpu pointer arg to clockevents_notify()
authorDavid Miller <davem@davemloft.net>
Tue, 17 Jul 2007 00:17:44 +0000 (17:17 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 00:29:56 +0000 (17:29 -0700)
commit7713a7d195c2e11d7ba6a973317da0af862d1264
tree6ce86caeb0ae68b39e62fbf40591ec5bc22150e1
parent29417b899a77aaba1c060f5e123db4f50006f58a
[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 <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/hrtimer.c