]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: integrator: register sched_clock directly
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 13 Feb 2014 20:35:07 +0000 (21:35 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 26 Feb 2014 12:49:07 +0000 (13:49 +0100)
commit837b2c54432858a57451965cb5bc3ca967929f82
tree1148e5f37f99bb6f4e6ab959edf09ceca9a0eed2
parent3ce07d9855fec8b3b78b2cbf9ce362bcfc311df6
ARM: integrator: register sched_clock directly

The detour through plat-versatile/sched-clock.c is hard to migrate
to multiplatform set-up and it's very little code being duplicated
so let's just inline the sched_clock registration and cut one more
dependency to plat-versatile.

This also makes this sched_clock implementation compulsory.

Cc: Will Deacon <will.deacon@arm.com>
Cc: Jonathan Austin <jonathan.austin@arm.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-integrator/integrator_cp.c