ARM: sched: Setup SCHED_HMP domains
authorMorten Rasmussen <Morten.Rasmussen@arm.com>
Fri, 14 Sep 2012 13:38:14 +0000 (14:38 +0100)
committerJon Medhurst <tixy@linaro.org>
Wed, 17 Jul 2013 10:12:25 +0000 (11:12 +0100)
commit1baaccf456ece33b8fa02f8cdf3977d6a95b393c
tree090c3c9d7de371744483b117dbe3e745f269c6f4
parentdc68bd92107d8990f4608d8f42744770fe203f7f
ARM: sched: Setup SCHED_HMP domains

SCHED_HMP requires the different cpu types to be represented by an
ordered list of hmp_domains. Each hmp_domain represents all cpus of
a particular type using a cpumask.

The list is platform specific and therefore must be generated by
platform code by implementing arch_get_hmp_domains().

Signed-off-by: Morten Rasmussen <Morten.Rasmussen@arm.com>
arch/arm/kernel/topology.c