linux-stable/arch/arm/mach-hisi
Wei Xu 1aafa57340 ARM: hisi: Fix platmcpm compilation when ARMv6 is selected
When compiling with "ARCH=arm" and "allmodconfig",
with commit: 9cdc99919a [2/7] ARM: hisi: enable MCPM implementation
we will get:

   /tmp/cc6DjYjT.s: Assembler messages:
   /tmp/cc6DjYjT.s:63: Error: selected processor does not support ARM mode `ubfx r1,r0,#8,#8'
   /tmp/cc6DjYjT.s:761: Error: selected processor does not support ARM mode `isb '
   /tmp/cc6DjYjT.s:762: Error: selected processor does not support ARM mode `dsb '
   /tmp/cc6DjYjT.s:769: Error: selected processor does not support ARM mode `isb '
   /tmp/cc6DjYjT.s:775: Error: selected processor does not support ARM mode `isb '
   /tmp/cc6DjYjT.s:776: Error: selected processor does not support ARM mode `dsb '
   /tmp/cc6DjYjT.s:795: Error: selected processor does not support ARM mode `isb '
   /tmp/cc6DjYjT.s:801: Error: selected processor does not support ARM mode `isb '
   /tmp/cc6DjYjT.s:802: Error: selected processor does not support ARM mode `dsb '

Fix platmcpm compilation when ARMv6 is selected.

Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2014-09-24 10:30:39 -07:00
..
core.h ARM: hisi: enable hix5hd2 SoC 2014-07-30 22:32:20 -07:00
headsmp.S ARM: hisi: enable hix5hd2 SoC 2014-07-30 22:32:20 -07:00
hisilicon.c ARM: hisi: enable HiP04 2014-09-03 14:10:26 +01:00
hotplug.c ARM: hisi: enable hix5hd2 SoC 2014-07-30 22:32:20 -07:00
Kconfig ARM: hisi: enable HiP04 2014-09-03 14:10:26 +01:00
Makefile ARM: hisi: Fix platmcpm compilation when ARMv6 is selected 2014-09-24 10:30:39 -07:00
platmcpm.c ARM: hisi: enable MCPM implementation 2014-09-03 14:10:12 +01:00
platsmp.c ARM: hisi: remove smp from machine descriptor 2014-07-30 22:32:21 -07:00