blob: 10b1a7c5b69aa5b85eafa6f54ee331d771f5f6fc [file] [log] [blame]
Andrew Thoelke8c28fe02014-06-02 11:40:35 +01001/*
Soby Mathew0d786072016-03-24 16:56:29 +00002 * 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
7#include <cassert.h>
8#include <cpu_data.h>
9#include <platform_def.h>
10
Andrew Thoelke8c28fe02014-06-02 11:40:35 +010011/* The per_cpu_ptr_cache_t space allocation */
12cpu_data_t percpu_data[PLATFORM_CORE_COUNT];