Re: [Xen-devel] [RFC PATCH v2 01/25] x86: NUMA: Clean up: Drop trailing spaces

2017-05-31 Thread Jan Beulich
>>> On 28.03.17 at 17:53, wrote: > @@ -60,20 +53,16 @@ struct node_data { > extern struct node_data node_data[]; > > static inline __attribute__((pure)) nodeid_t phys_to_nid(paddr_t addr) Please also take the opportunity and switch to __attribute_pure__ here. Jan __

Re: [Xen-devel] [RFC PATCH v2 01/25] x86: NUMA: Clean up: Drop trailing spaces

2017-05-31 Thread Jan Beulich
>>> On 28.03.17 at 17:53, wrote: > --- a/xen/include/asm-x86/numa.h > +++ b/xen/include/asm-x86/numa.h > @@ -1,4 +1,4 @@ > -#ifndef _ASM_X8664_NUMA_H > +#ifndef _ASM_X8664_NUMA_H > #define _ASM_X8664_NUMA_H 1 > > #include > @@ -12,21 +12,20 @@ extern int srat_rev; > extern nodeid_t cpu

Re: [Xen-devel] [RFC PATCH v2 01/25] x86: NUMA: Clean up: Drop trailing spaces

2017-03-28 Thread Wei Liu
The subject should be updated -- it does more than dropping trailing spaces. On Tue, Mar 28, 2017 at 09:23:09PM +0530, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > Fix coding style, trailing spaces, tabs in NUMA code. > Also drop unused macros and functions. > No functional change.

[Xen-devel] [RFC PATCH v2 01/25] x86: NUMA: Clean up: Drop trailing spaces

2017-03-28 Thread vijay . kilari
From: Vijaya Kumar K Fix coding style, trailing spaces, tabs in NUMA code. Also drop unused macros and functions. Signed-off-by: Vijaya Kumar K --- xen/arch/x86/numa.c| 47 +- xen/arch/x86/srat.c| 2 +- xen/include/asm-x86/numa.h | 4