Re: [PATCH] powerpc/mm: Add translation mode information in /proc/cpuinfo

2017-02-27 Thread Michael Ellerman
"Aneesh Kumar K.V" writes: > On Wednesday 22 February 2017 11:15 AM, Michael Ellerman wrote: >> "Aneesh Kumar K.V" writes: >>> diff --git a/arch/powerpc/platforms/powernv/setup.c >>> b/arch/powerpc/platforms/powernv/setup.c >>>

Re: [PATCH] powerpc/mm: Add translation mode information in /proc/cpuinfo

2017-02-22 Thread Benjamin Herrenschmidt
On Wed, 2017-02-22 at 11:19 +0530, Aneesh Kumar K.V wrote: > I avoided using MMU, because it will confuse hardware guys. Why would it ? I don't see how anybody would be confused. And they aren't the primary consumers of /proc/cpuinfo anyway. I agree with Michal here. > Radix is not  > clearly

Re: [PATCH] powerpc/mm: Add translation mode information in /proc/cpuinfo

2017-02-21 Thread Aneesh Kumar K.V
On Wednesday 22 February 2017 11:15 AM, Michael Ellerman wrote: "Aneesh Kumar K.V" writes: With this we have on powernv and pseries /proc/cpuinfo reporting timebase: 51200 platform: PowerNV model : 8247-22L machine :

Re: [PATCH] powerpc/mm: Add translation mode information in /proc/cpuinfo

2017-02-21 Thread Michael Ellerman
"Aneesh Kumar K.V" writes: > With this we have on powernv and pseries /proc/cpuinfo reporting > > timebase: 51200 > platform: PowerNV > model : 8247-22L > machine : PowerNV 8247-22L > firmware: OPAL > translation

Re: [PATCH] powerpc/mm: Add translation mode information in /proc/cpuinfo

2017-02-21 Thread Balbir Singh
On Sun, Feb 19, 2017 at 03:47:49PM +0530, Aneesh Kumar K.V wrote: > With this we have on powernv and pseries /proc/cpuinfo reporting > > timebase: 51200 > platform: PowerNV > model : 8247-22L > machine : PowerNV 8247-22L > firmware: OPAL > translation

[PATCH] powerpc/mm: Add translation mode information in /proc/cpuinfo

2017-02-19 Thread Aneesh Kumar K.V
With this we have on powernv and pseries /proc/cpuinfo reporting timebase: 51200 platform: PowerNV model : 8247-22L machine : PowerNV 8247-22L firmware: OPAL translation : Hash Signed-off-by: Aneesh Kumar K.V ---