Re: [LTP] [PATCH] numa/numa_node_size: removed HAS_NUMA_H macro

2012-03-01 Thread Caspar Zhang
On 03/02/2012 03:31 PM, Zhouping Liu wrote: > HAS_NUMA_H should be HAVE_NUMA_H, and HAVE_NUMA_H is defined > in config.h, so added the header. Nice catch! Just one tip: config.h is suggested to be included at the top of file. Thanks, Caspar > > Signed-off-by: Zhouping Liu > --- > testcases/

[LTP] [PATCH] numa/numa_node_size: removed HAS_NUMA_H macro

2012-03-01 Thread Zhouping Liu
HAS_NUMA_H should be HAVE_NUMA_H, and HAVE_NUMA_H is defined in config.h, so added the header. Signed-off-by: Zhouping Liu --- testcases/kernel/numa/numa_node_size.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/testcases/kernel/numa/numa_node_size.c b/testca