headsmp-apmu.S 316 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * SMP support for APMU based systems with Cortex A7/A15
  4. *
  5. * Copyright (C) 2014 Renesas Electronics Corporation
  6. */
  7. #include <linux/linkage.h>
  8. #include <asm/assembler.h>
  9. ENTRY(shmobile_boot_apmu)
  10. bl secure_cntvoff_init
  11. b secondary_startup
  12. ENDPROC(shmobile_boot_apmu)