]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commita79528e9d849803457b6235ddb1a1cfd4e11c6cd
tree1148e5f37f99bb6f4e6ab959edf09ceca9a0eed2
parent1b1ef755bd910106fef15bd55386b60e88d73e16
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