cpu_data_array.c 314 B

12345678910111213
  1. /*
  2. * Copyright (c) 2014-2016, Arm Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include <platform_def.h>
  7. #include <lib/cassert.h>
  8. #include <lib/el3_runtime/cpu_data.h>
  9. /* The per_cpu_ptr_cache_t space allocation */
  10. cpu_data_t percpu_data[PLATFORM_CORE_COUNT];