]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/arm64/kernel/vdso/vdso.S
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
[thirdparty/linux.git] / arch / arm64 / kernel / vdso / vdso.S
CommitLineData
caab277b 1/* SPDX-License-Identifier: GPL-2.0-only */
9031fefd
WD
2/*
3 * Copyright (C) 2012 ARM Limited
4 *
9031fefd
WD
5 * Author: Will Deacon <will.deacon@arm.com>
6 */
7
8#include <linux/init.h>
9#include <linux/linkage.h>
10#include <linux/const.h>
11#include <asm/page.h>
12
9031fefd 13 .globl vdso_start, vdso_end
88d8a799 14 .section .rodata
9031fefd
WD
15 .balign PAGE_SIZE
16vdso_start:
17 .incbin "arch/arm64/kernel/vdso/vdso.so"
18 .balign PAGE_SIZE
19vdso_end:
20
21 .previous