License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / s390 / kernel / vdso64 / vdso64_wrapper.S
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b020632e 2#include <linux/init.h>
abe1ee3a 3#include <linux/linkage.h>
b020632e
MS
4#include <asm/page.h>
5
abe1ee3a 6 __PAGE_ALIGNED_DATA
b020632e
MS
7
8 .globl vdso64_start, vdso64_end
9 .balign PAGE_SIZE
10vdso64_start:
11 .incbin "arch/s390/kernel/vdso64/vdso64.so"
12 .balign PAGE_SIZE
13vdso64_end:
14
15 .previous