1/*
2 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 */
6
7#pragma once
8
9#include <autoconf.h>
10#include <elfloader/gen_config.h>
11
12#if CONFIG_MAX_NUM_NODES > 1
13
14#error SMP is not supported on ARMv6
15
16#endif
17