Re: [PATCH v2 05/10] target/s390x: Remove duplicated ifdef macro

2020-01-21 Thread Cornelia Huck
On Tue, 21 Jan 2020 12:03:44 +0100 Philippe Mathieu-Daudé wrote: > Commit ae71ed8610 replaced the use of global max_cpus variable > with a machine property, but introduced a unnecessary ifdef, as > this block is already in the 'not CONFIG_USER_ONLY' branch part: > >86 #if defined(CONFIG_USER

Re: [PATCH v2 05/10] target/s390x: Remove duplicated ifdef macro

2020-01-21 Thread Cornelia Huck
On Tue, 21 Jan 2020 12:03:44 +0100 Philippe Mathieu-Daudé wrote: > Commit ae71ed8610 replaced the use of global max_cpus variable > with a machine property, but introduced a unnecessary ifdef, as > this block is already in the 'not CONFIG_USER_ONLY' branch part: > >86 #if defined(CONFIG_USER