mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
12 lines
246 B
ArmAsm
12 lines
246 B
ArmAsm
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#include <linux/init.h>
|
||
|
#include <linux/linkage.h>
|
||
|
|
||
|
__INITDATA
|
||
|
|
||
|
SYM_DATA_START(stub_exe_start)
|
||
|
.incbin "arch/um/kernel/skas/stub_exe"
|
||
|
SYM_DATA_END_LABEL(stub_exe_start, SYM_L_GLOBAL, stub_exe_end)
|
||
|
|
||
|
__FINIT
|