Loading...
Note: File does not exist in v5.4.
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <linux/init.h>
4#include <linux/linkage.h>
5#include <asm/page.h>
6
7 __PAGE_ALIGNED_DATA
8
9 .globl vdso_start, vdso_end
10 .balign PAGE_SIZE
11vdso_start:
12 .incbin "arch/csky/kernel/vdso/vdso.so"
13 .balign PAGE_SIZE
14vdso_end:
15
16 .previous