Re: [PATCH v2 7/7] target/s390x: Restrict system-mode declarations

2020-05-26 Thread Cornelia Huck
On Tue, 26 May 2020 19:24:27 +0200 Philippe Mathieu-Daudé wrote: > As these declarations are restricted to !CONFIG_USER_ONLY in > helper.c, only declare them when system-mode emulation is used. > > Signed-off-by: Philippe Mathieu-Daudé > --- > v2: Keep load_psw() is /* cc_helper.c */ section (c

[PATCH v2 7/7] target/s390x: Restrict system-mode declarations

2020-05-26 Thread Philippe Mathieu-Daudé
As these declarations are restricted to !CONFIG_USER_ONLY in helper.c, only declare them when system-mode emulation is used. Signed-off-by: Philippe Mathieu-Daudé --- v2: Keep load_psw() is /* cc_helper.c */ section (cohuck) --- target/s390x/internal.h | 12 +++- 1 file changed, 7 insert