Skip to content
  1. Nov 13, 2014
  2. Oct 17, 2014
  3. Oct 16, 2014
  4. Oct 15, 2014
  5. Oct 14, 2014
  6. Oct 13, 2014
  7. Oct 10, 2014
  8. Oct 09, 2014
  9. Oct 04, 2014
  10. Oct 03, 2014
  11. Oct 02, 2014
    • Arnd Bergmann's avatar
      ARM: hisi: depend on ARCH_MULTI_V7 · d8f0faa3
      Arnd Bergmann authored
      
      
      hisi has a general dependency on ARCH_MULTIPLATFORM, which is
      problematic when building a kernel for non-V7 platforms but selecting
      drivers that might conflict with other architecture levels.
      
      In this case, it broke my (still out of tree) patch set that
      enables V7M multiplatform support, since that does not enable
      MULTI_IRQ support:
      
      arch/arm/kernel/built-in.o: In function `set_handle_irq':
      arch/arm/kernel/irq.c:125: undefined reference to `handle_arch_irq'
      arch/arm/kernel/built-in.o: In function `setup_arch':
      arch/arm/kernel/setup.c:965: undefined reference to `handle_arch_irq'
      
      Since all hisilicon platforms are ARMv7 based, we can avoid this
      problem by just making the dependency more specific.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarWei Xu <xuwei5@hisilicon.com>
      d8f0faa3