Re: [PATCH v2] linux-user: Fix /proc/cpuinfo output for sparc and hppa

2022-12-28 Thread Helge Deller
On 12/13/22 22:26, Helge Deller wrote: The sparc and hppa architectures provide an own output for the emulated /proc/cpuinfo file. Some userspace applications count (even if that's not the recommended way) the number of lines which start with "processor:" and assume that this number then reflect

[PATCH v2] linux-user: Fix /proc/cpuinfo output for sparc and hppa

2022-12-13 Thread Helge Deller
The sparc and hppa architectures provide an own output for the emulated /proc/cpuinfo file. Some userspace applications count (even if that's not the recommended way) the number of lines which start with "processor:" and assume that this number then reflects the number of online CPUs. Since those