diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-10-13 12:59:22 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-10-18 14:11:36 +0200 |
commit | 608796ffe13855bb066bebbd58d8b86a49cb5c27 (patch) | |
tree | 90af43a41281508297c22f3576c0bb87050682a4 /arch/s390/include/asm/vdso.h | |
parent | s390/spinlock: use cpu alternatives to enable niai instruction (diff) | |
download | linux-608796ffe13855bb066bebbd58d8b86a49cb5c27.tar.xz linux-608796ffe13855bb066bebbd58d8b86a49cb5c27.zip |
s390/vdso: move boot_vdso_data to vdso.c
The boot_vdso_data variable is related to the vdso code, the magic of the
initial vdso area for the early boot and the replacement of it in vdso_init
should all be put into vdso.c.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/vdso.h')
-rw-r--r-- | arch/s390/include/asm/vdso.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/vdso.h b/arch/s390/include/asm/vdso.h index 88bdc477a843..ac7bf9806a9d 100644 --- a/arch/s390/include/asm/vdso.h +++ b/arch/s390/include/asm/vdso.h @@ -46,6 +46,7 @@ struct vdso_per_cpu_data { extern struct vdso_data *vdso_data; +void vdso_alloc_boot_cpu(struct lowcore *lowcore); int vdso_alloc_per_cpu(struct lowcore *lowcore); void vdso_free_per_cpu(struct lowcore *lowcore); |