repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
arm64
/
kernel
/
vdso32
/
vdso.S
blob
e72ac7bc4c04f483f38e588c3098c53c96531a8d
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright (C) 2012 ARM Limited
4
*/
5
6
#include <linux/init.h>
7
#include <linux/linkage.h>
8
#include <linux/const.h>
9
#include <asm/page.h>
10
11
.globl vdso32_start, vdso32_end
12
.section .rodata
13
.balign PAGE_SIZE
14
vdso32_start:
15
.incbin "arch/arm64/kernel/vdso32/vdso.so"
16
.balign PAGE_SIZE
17
vdso32_end:
18
19
.previous