From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: Re: [PATCH 07 of 11] xen: enhance dump_numa output Date: Thu, 31 May 2012 16:35:02 +0200 Message-ID: <1338474902.15014.30.camel@Solace> References: <6e78a6ac1c9357da734c.1338466272@Solace> <20423.32476.950729.221552@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5881498917816124721==" Return-path: In-Reply-To: <20423.32476.950729.221552@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Andre Przywara , Ian Campbell , Stefano Stabellini , George Dunlap , Juergen Gross , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org --===============5881498917816124721== Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-o7Ozun1dnhR3ePMaoXSN" --=-o7Ozun1dnhR3ePMaoXSN Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2012-05-31 at 15:23 +0100, Ian Jackson wrote: > Dario Faggioli writes ("[PATCH 07 of 11] xen: enhance dump_numa output"): > > By showing the number of free pages on each node. > ... > > - printk("idx%d -> NODE%d start->%lu size->%lu\n", > > + printk("idx%d -> NODE%d start->%lu size->%lu free->%lu\n", > > i, NODE_DATA(i)->node_id, > > NODE_DATA(i)->node_start_pfn, > > - NODE_DATA(i)->node_spanned_pages); > > + NODE_DATA(i)->node_spanned_pages, > > + avail_node_heap_pages(i)); >=20 > This seems to have an indentation error. >=20 Yep, that file has tabs... :-/ Will fix it. Thanks, Dario --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://retis.sssup.it/people/faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-o7Ozun1dnhR3ePMaoXSN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEABECAAYFAk/HgZYACgkQk4XaBE3IOsRfbwCfbHXL1UqK0do7AahfiFMc5YkK ZTQAn1+FDgbXRoJcITo8xcFpVVQxQPZd =Pl5h -----END PGP SIGNATURE----- --=-o7Ozun1dnhR3ePMaoXSN-- --===============5881498917816124721== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============5881498917816124721==--