linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Anshuman Khandual <khandual@linux.vnet.ibm.com>
To: Michael Ellerman <mpe@ellerman.id.au>, linuxppc-dev@ozlabs.org
Cc: aneesh.kumar@linux.vnet.ibm.com
Subject: Re: [PATCH] powerpc/mm: Fix mapped range information print during boot
Date: Wed, 3 May 2017 16:36:08 +0530	[thread overview]
Message-ID: <e896f10a-5196-1a59-4bae-c3236758797e@linux.vnet.ibm.com> (raw)
In-Reply-To: <87o9vauvyk.fsf@concordia.ellerman.id.au>

On 05/03/2017 03:02 PM, Michael Ellerman wrote:
> Anshuman Khandual <khandual@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.

  reply	other threads:[~2017-05-03 11:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-28 14:24 [PATCH] powerpc/mm: Fix mapped range information print during boot Anshuman Khandual
2017-05-03  9:32 ` Michael Ellerman
2017-05-03 11:06   ` Anshuman Khandual [this message]
2017-08-31 11:35   ` Michael Ellerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e896f10a-5196-1a59-4bae-c3236758797e@linux.vnet.ibm.com \
    --to=khandual@linux.vnet.ibm.com \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=mpe@ellerman.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).