Re: [PATCH 1/7] linux-user: Fix TARGET_PROT_SEM for XTENSA

2022-09-25 Thread Laurent Vivier
Le 24/09/2022 à 13:44, Helge Deller a écrit : The xtensa platform has a value of 0x10 for PROT_SEM. Signed-off-by: Helge Deller --- linux-user/syscall_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index 85b0f3

[PATCH 1/7] linux-user: Fix TARGET_PROT_SEM for XTENSA

2022-09-24 Thread Helge Deller
The xtensa platform has a value of 0x10 for PROT_SEM. Signed-off-by: Helge Deller --- linux-user/syscall_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index 85b0f33e91..1e3577bfa5 100644 --- a/linux-user/syscall_d