linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Matt Tolentino <metolent@snoqualmie.dp.intel.com>
To: ak@muc.de, metolent@snoqualmie.dp.intel.com
Cc: akpm@osdl.org, apw@shadowen.org, haveblue@us.ibm.com,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [patch 4/4] add x86-64 specific support for sparsemem
Date: Wed, 18 May 2005 09:51:01 -0700	[thread overview]
Message-ID: <200505181651.j4IGp1VB026987@snoqualmie.dp.intel.com> (raw)

>From ak@muc.de  Wed May 18 09:33:00 2005
>
>> @@ -400,9 +401,12 @@ static __init void parse_cmdline_early (
>>  }
>>  
>>  #ifndef CONFIG_NUMA
>> -static void __init contig_initmem_init(void)
>> +static void __init
>> +contig_initmem_init(unsigned long start_pfn, unsigned long end_pfn)
>>  {
>>          unsigned long bootmap_size, bootmap; 
>> +
>> +	memory_present(0, start_pfn, end_pfn);
>
>Watch indentation.

Weird.  I just looked again and this is tabbed properly, although
the rest of the lines in this function are indented with individual
spaces.  

>Rest looks good.

Thanks!

matt
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

             reply	other threads:[~2005-05-18 16:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-18 16:51 Matt Tolentino [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-05-18 15:28 Matt Tolentino
2005-05-18 16:27 ` Andi Kleen

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=200505181651.j4IGp1VB026987@snoqualmie.dp.intel.com \
    --to=metolent@snoqualmie.dp.intel.com \
    --cc=ak@muc.de \
    --cc=akpm@osdl.org \
    --cc=apw@shadowen.org \
    --cc=haveblue@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /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