clocksource: add argument to resume callback
authorMagnus Damm <[email protected]>
Tue, 2 Feb 2010 22:41:39 +0000 (14:41 -0800)
committerThomas Gleixner <[email protected]>
Fri, 5 Feb 2010 13:54:10 +0000 (14:54 +0100)
commit17622339af2536b32cf29699ddd4ba0fe79a61d5
tree03832ecc8aecd1623b8dc8a8eef915cea08226e4
parent7e1b584774c6168ca5b27c340fbeff8f67651e4f
clocksource: add argument to resume callback

Pass the clocksource as an argument to the clocksource resume callback.
Needed so we can point out which CMT channel the sh_cmt.c driver shall
resume.

Signed-off-by: Magnus Damm <[email protected]>
Cc: john stultz <[email protected]>
Cc: Paul Mundt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
arch/ia64/kernel/time.c
arch/x86/kernel/hpet.c
arch/x86/kernel/tsc.c
include/linux/clocksource.h
kernel/time/clocksource.c