summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-hisi/hotplug.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: hisi: fix building without CONFIG_HOTPLUG_CPUArnd Bergmann2014-03-211-0/+2
| | | | | | | | | | | | The hisi SMP code always uses the hi3xxx_set_cpu() function defined in the hotplug.c file, so we cannot build without this when CONFIG_SMP is enabled. This patch slightly restructures the code so we always build the parts of hotplug.c that we need but just leave out the CPU disable logic if CONFIG_HOTPLUG_CPU is turned off. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
* ARM: hisi: rename hi3xxx to hisiHaojian Zhuang2013-12-201-0/+200
Since some new Hisilicon SoCs are not named as hi3xxx, rename mach-hi3xxx to mach-hisi instead. And the pronounciation of "hisi" is similar to the chinese pronounciation of Hisilicon. So Hisilicon guys like this name. ARCH_HI3xxx will be renamed later since other drivers are using it and they are still in linux-next git tree. So rename ARCH_HI3xxx later. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>
OpenPOWER on IntegriCloud