On 5/29/19 9:25 PM, Christophe Leroy wrote:
"Aneesh Kumar K.V" <aneesh.ku...@linux.ibm.com> a écrit :
With radix translation enabled we find in dmesg
hash-mmu: ppc64_pft_size = 0x0
hash-mmu: kernel vmalloc start = 0xc008000000000000
hash-mmu: kernel IO start = 0xc00a000000000000
hash-mmu: kernel vmemmap start = 0xc00c000000000000
This is because these pr_info calls are in hash_utils.c which has
#define pr_fmt(fmt) "hash-mmu: " fmt
The information printed in generic and hence move that to generic file
Some similarities with Nick's patch
https://patchwork.ozlabs.org/patch/1100245/ ?
I missed that completely.
-aneesh