Re: [PATCH v2 10/13] target/s390x: Use user_or_likely in do_access_memset

2024-07-12 Thread Peter Maydell
On Wed, 10 Jul 2024 at 04:28, Richard Henderson wrote: > > Eliminate the ifdef by using a predicate that is > always true with CONFIG_USER_ONLY. > > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/mem_helper.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git

[PATCH v2 10/13] target/s390x: Use user_or_likely in do_access_memset

2024-07-09 Thread Richard Henderson
Eliminate the ifdef by using a predicate that is always true with CONFIG_USER_ONLY. Signed-off-by: Richard Henderson --- target/s390x/tcg/mem_helper.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/target/s390x/tcg/mem_helper.c b/target/s390x/tcg/mem_helper.c index 6cdb