Commit 4671d742 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin

s390/vdso: Add arch-stubs for vdso map API

That's a merge conflict between vdso patches set and s390 set.

Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Cc: Alice Frosi <alice@linux.vnet.ibm.com>
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 88de3d1c
......@@ -40,6 +40,8 @@
: "0", "1", "2", "3", "4", "5", "6", "cc", "memory")
#define kdat_compatible_cr() 0
#define kdat_can_map_vdso() 0
#define arch_map_vdso(map, compat) -1
int restore_gpregs(struct rt_sigframe *f, UserS390RegsEntry *r);
int restore_nonsigframe_gpregs(UserS390RegsEntry *r);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment