Re: [patch 04/15] clocksource: Add module refcount

2013-04-29 Thread John Stultz
On 04/25/2013 01:31 PM, Thomas Gleixner wrote: Add a module refcount, so the current clocksource cannot be removed unconditionally. Signed-off-by: Thomas Gleixner --- include/linux/clocksource.h |3 +++ kernel/time/timekeeping.c | 15 ++- 2 files changed, 13 insertions(+)

[patch 04/15] clocksource: Add module refcount

2013-04-25 Thread Thomas Gleixner
Add a module refcount, so the current clocksource cannot be removed unconditionally. Signed-off-by: Thomas Gleixner --- include/linux/clocksource.h |3 +++ kernel/time/timekeeping.c | 15 ++- 2 files changed, 13 insertions(+), 5 deletions(-) Index: tip/include/linux/clocksou