[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/2] x86/NUMA: cleanup
On 10/08/16 10:24, Jan Beulich wrote: > - drop the only left CONFIG_NUMA conditional (this is always true) I observe that CONFIG_NUMA_EMU is also unconditionally true, which offers further cleanup opportunities (albeit it probably a separate patch). > - drop struct node_data's node_id field (being always equal to the > node_data[] array index used) > - don't open code node_{start,end}_pfn() nor node_spanned_pages() > except when used as lvalues (those could be converted too, but this > seems a little awkward) > - no longer open code pfn_to_paddr() in an expression being modified > anyway > - make dump less verbose by logging actual vs intended node IDs only > when they don't match > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |