Re: [PATCH 2/3] clockesource: set override clocksource

2013-07-04 Thread Thomas Gleixner
On Thu, 4 Jul 2013, Alex Shi wrote: > Shrink the mutex region. And save a clocksource_select action if set > clocksource is same as current clocksource. Again, how is that related to the issue described in 0/3 ? That's an optimization and not a regression fix. And it's wrong as well. > Signed-

[PATCH 2/3] clockesource: set override clocksource

2013-07-03 Thread Alex Shi
Shrink the mutex region. And save a clocksource_select action if set clocksource is same as current clocksource. Signed-off-by: Alex Shi --- kernel/time/clocksource.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/kernel/time/clocksource.c b/kernel/time/clocksou