![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * purgatory: stack 0004 * 0005 * Copyright (C) 2014 Red Hat Inc. 0006 */ 0007 0008 #include <linux/linkage.h> 0009 0010 /* A stack for the loaded kernel. 0011 * Separate and in the data section so it can be prepopulated. 0012 */ 0013 .data 0014 .balign 4096 0015 0016 SYM_DATA_START(stack) 0017 .skip 4096 0018 SYM_DATA_END_LABEL(stack, SYM_L_GLOBAL, stack_end)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |