plat_pmu_macros.S 371 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include <arch.h>
  7. #include <asm_macros.S>
  8. #include <platform_def.h>
  9. .globl clst_warmboot_data
  10. .macro func_rockchip_clst_warmboot
  11. .endm
  12. .macro rockchip_clst_warmboot_data
  13. clst_warmboot_data:
  14. .rept PLATFORM_CLUSTER_COUNT
  15. .word 0
  16. .endr
  17. .endm