>>> 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
__
>>> 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
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.
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