Re: [PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo

2017-05-05 Thread Jon Masters
On 05/02/2017 07:08 AM, Catalin Marinas wrote: > On Tue, May 02, 2017 at 12:39:13AM +0200, Heinrich Schuchardt wrote: >> There is no need to hide the model name in processes >> that are not PER_LINUX32. >> >> So let us always provide a model name that is easily readable. >> >> Fixes: e47b020a323d (

Re: [PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo

2017-05-02 Thread Mark Rutland
On Tue, May 02, 2017 at 06:28:40PM +0200, Heinrich Schuchardt wrote: > On 05/02/2017 01:08 PM, Catalin Marinas wrote: > > On Tue, May 02, 2017 at 12:39:13AM +0200, Heinrich Schuchardt wrote: > >> There is no need to hide the model name in processes > >> that are not PER_LINUX32. > >> > >> So let us

Re: [PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo

2017-05-02 Thread Sudeep Holla
On 02/05/17 17:28, Heinrich Schuchardt wrote: [...] > The real interesting thing in an ARM SOC is to see which CPU is A72, > A57, A53 or whatever. > > This information is available from the device tree in the compatible > property of the individual CPUs > (/sys/firmware/devicetree/base/cpus/cpu

Re: [PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo

2017-05-02 Thread Heinrich Schuchardt
On 05/02/2017 01:08 PM, Catalin Marinas wrote: > On Tue, May 02, 2017 at 12:39:13AM +0200, Heinrich Schuchardt wrote: >> There is no need to hide the model name in processes >> that are not PER_LINUX32. >> >> So let us always provide a model name that is easily readable. >> >> Fixes: e47b020a323d (

Re: [PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo

2017-05-02 Thread Mark Rutland
On Tue, May 02, 2017 at 12:08:27PM +0100, Catalin Marinas wrote: > On Tue, May 02, 2017 at 12:39:13AM +0200, Heinrich Schuchardt wrote: > > There is no need to hide the model name in processes > > that are not PER_LINUX32. > > > > So let us always provide a model name that is easily readable. > >

Re: [PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo

2017-05-02 Thread Catalin Marinas
On Tue, May 02, 2017 at 12:39:13AM +0200, Heinrich Schuchardt wrote: > There is no need to hide the model name in processes > that are not PER_LINUX32. > > So let us always provide a model name that is easily readable. > > Fixes: e47b020a323d ("arm64: Provide "model name" in /proc/cpuinfo for >

[PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo

2017-05-01 Thread Heinrich Schuchardt
There is no need to hide the model name in processes that are not PER_LINUX32. So let us always provide a model name that is easily readable. Fixes: e47b020a323d ("arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks") Signed-off-by: Heinrich Schuchardt --- arch/arm64/kernel/cpui