Re: [RFC PATCH glibc 22/34] htl: Implement thread_set_pcsptp for x86_64

2023-04-02 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le dim. 19 mars 2023 18:10:05 +0300, a ecrit: > Signed-off-by: Sergey Bugaev > --- > sysdeps/mach/hurd/x86_64/htl/pt-machdep.c | 73 +++ > 1 file changed, 73 insertions(+) > create mode 100644 sysdeps/mach/hurd/x86_64/htl/pt-machdep.c > > dif

[RFC PATCH glibc 22/34] htl: Implement thread_set_pcsptp for x86_64

2023-03-19 Thread Sergey Bugaev
Signed-off-by: Sergey Bugaev --- sysdeps/mach/hurd/x86_64/htl/pt-machdep.c | 73 +++ 1 file changed, 73 insertions(+) create mode 100644 sysdeps/mach/hurd/x86_64/htl/pt-machdep.c diff --git a/sysdeps/mach/hurd/x86_64/htl/pt-machdep.c b/sysdeps/mach/hurd/x86_64/htl/pt-machde