Re: [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa

2023-01-30 Thread Laurent Vivier
Le 27/01/2023 à 21:10, Helge Deller a écrit : The hppa architectures provides 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

Re: [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa

2023-01-30 Thread Laurent Vivier
Le 27/01/2023 à 21:10, Helge Deller a écrit : The hppa architectures provides 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

Re: [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa

2023-01-27 Thread Richard Henderson
On 1/27/23 10:10, Helge Deller wrote: The hppa architectures provides 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 numb

[PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa

2023-01-27 Thread Helge Deller
The hppa architectures provides 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 3 archite