ARM: 7674/1: smp: Avoid dummy clockevent being preferred over real hardware clock...
authorSantosh Shilimkar <[email protected]>
Thu, 14 Mar 2013 09:03:03 +0000 (10:03 +0100)
committerRussell King <[email protected]>
Fri, 15 Mar 2013 17:19:31 +0000 (17:19 +0000)
commitf7db706b132f11c79ae1d74b2382e0926cf31644
tree26659c0fd7ddf4055ca16948ce08918fc8df9caa
parent418df63adac56841ef6b0f1fcf435bc64d4ed177
ARM: 7674/1: smp: Avoid dummy clockevent being preferred over real hardware clock-event

With recent arm broadcast time clean-up from Mark Rutland, the dummy
broadcast device is always registered with timer subsystem. And since
the rating of the dummy clock event is very high, it may be preferred
over a real clock event.

This is a change in behavior from past and not an intended one. So
reduce the rating of the dummy clock-event so that real clock-event
device is selected when available.

Acked-by: Thomas Gleixner <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Santosh Shilimkar <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/kernel/smp.c