[PATCH dovetail/master & v5.10] x86: dovetail: add support to 32-bit syscall path

2021-03-10 Thread Jan Kiszka via Xenomai
From: Jan Kiszka Analogously to do_syscall_64. Signed-off-by: Jan Kiszka --- arch/x86/entry/common.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/x86/entry/common.c b/arch/x86/entry/common.c index c93d6be8f3ac..dc90c7fb4b9b 100644 --- a/arch/x86/entry/common

Re: [PATCH dovetail/master & v5.10] x86: dovetail: add support to 32-bit syscall path

2021-03-14 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > From: Jan Kiszka > > Analogously to do_syscall_64. > > Signed-off-by: Jan Kiszka > --- > arch/x86/entry/common.c | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/arch/x86/entry/common.c b/arch/x86/entry/common.c > index c93d6be8f3ac..dc90c