[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 07 of 11] xen: enhance dump_numa output
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)); > > This seems to have an indentation error. > Yep, that file has tabs... :-/ Will fix it. Thanks, Dario -- <<This happens because I choose it to happen!>> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://retis.sssup.it/people/faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |