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 <config.h>
10#include <util.h>
11
12#ifdef ENABLE_SMP_SUPPORT
13#define KERNEL_STACK_ALIGNMENT 4096
14#else
15#define KERNEL_STACK_ALIGNMENT 8
16#endif
17
18
19