blob: 20561825fb423690835af54c27b416e0c733905c [file] [log] [blame]
Andrew Thoelke8c28fe02014-06-02 11:40:35 +01001/*
Govindraj Rajaeee28e72023-08-01 15:52:40 -05002 * Copyright (c) 2014-2016, Arm Limited and Contributors. All rights reserved.
Andrew Thoelke8c28fe02014-06-02 11:40:35 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Andrew Thoelke8c28fe02014-06-02 11:40:35 +01005 */
6
Andrew Thoelke8c28fe02014-06-02 11:40:35 +01007#include <platform_def.h>
8
Antonio Nino Diaze0f90632018-12-14 00:18:21 +00009#include <lib/cassert.h>
10#include <lib/el3_runtime/cpu_data.h>
11
Andrew Thoelke8c28fe02014-06-02 11:40:35 +010012/* The per_cpu_ptr_cache_t space allocation */
13cpu_data_t percpu_data[PLATFORM_CORE_COUNT];