diff options
Diffstat (limited to 'arch/s390/include/asm/vdso.h')
-rw-r--r-- | arch/s390/include/asm/vdso.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/include/asm/vdso.h b/arch/s390/include/asm/vdso.h index 533f35751aeb..c4a11cfad3c8 100644 --- a/arch/s390/include/asm/vdso.h +++ b/arch/s390/include/asm/vdso.h | |||
@@ -40,8 +40,8 @@ struct vdso_per_cpu_data { | |||
40 | extern struct vdso_data *vdso_data; | 40 | extern struct vdso_data *vdso_data; |
41 | 41 | ||
42 | #ifdef CONFIG_64BIT | 42 | #ifdef CONFIG_64BIT |
43 | int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore); | 43 | int vdso_alloc_per_cpu(struct _lowcore *lowcore); |
44 | void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore); | 44 | void vdso_free_per_cpu(struct _lowcore *lowcore); |
45 | #endif | 45 | #endif |
46 | 46 | ||
47 | #endif /* __ASSEMBLY__ */ | 47 | #endif /* __ASSEMBLY__ */ |