1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2014 Red Hat Inc.
8 #include <linux/linkage.h>
10 /* A stack for the loaded kernel.
11 * Separate and in the data section so it can be prepopulated.
18 SYM_DATA_END_LABEL(stack, SYM_L_GLOBAL, stack_end)