[PATCH] powerpc/mm: Fix mapped range information print during boot

Anshuman Khandual khandual at linux.vnet.ibm.com
Wed May 3 21:06:08 AEST 2017


On 05/03/2017 03:02 PM, Michael Ellerman wrote:
> Anshuman Khandual <khandual at linux.vnet.ibm.com> writes:
> 
>> This is a trivial fix patch regarding mapped ranges in radix MMU
>> environment during boot. No functional change.
>>
>> Before the patch:
>>
>> $dmesg | grep Mapped
>> [    0.000000] Mapped range 0x0 - 0x2000000000 with 0x40000000
>> [    0.000000] Mapped range 0x200000000000 - 0x202000000000 with 0x40000000
>>
>> After the patch:
>>
>> $dmesg | grep Mapped
>> [    0.000000] Mapped range 0x0000000000000000 - 0x0000002000000000 with 1024 MB
>> [    0.000000] Mapped range 0x0000200000000000 - 0x0000202000000000 with 1024 MB
> 
> It's a bit better, how about this instead?

Yeah this is better, I had tried to fix it in place.



More information about the Linuxppc-dev mailing list