Re: [ PATCH ] Remove numa_balancing sysctl dependence on CONFIG_SCHED_DEBUG

2014-09-23 Thread Andi Kleen
John Blackwood writes: > numa: numa_balancing sysctl scope change > > Make the 'numa_balancing' sysctl parameter no longer dependent upon > CONFIG_SCHED_DEBUG so it can be used in non-debug kernels. Looks good. -Andi > > Signed-off-by: John Blackwood > > Index: b/kernel/sysctl.c >

[ PATCH ] Remove numa_balancing sysctl dependence on CONFIG_SCHED_DEBUG

2014-09-23 Thread John Blackwood
numa: numa_balancing sysctl scope change Make the 'numa_balancing' sysctl parameter no longer dependent upon CONFIG_SCHED_DEBUG so it can be used in non-debug kernels. Signed-off-by: John Blackwood Index: b/kernel/sysctl.c ===

[ PATCH ] Remove numa_balancing sysctl dependence on CONFIG_SCHED_DEBUG

2014-09-23 Thread John Blackwood
numa: numa_balancing sysctl scope change Make the 'numa_balancing' sysctl parameter no longer dependent upon CONFIG_SCHED_DEBUG so it can be used in non-debug kernels. Signed-off-by: John Blackwood john.blackw...@ccur.com Index: b/kernel/sysctl.c

Re: [ PATCH ] Remove numa_balancing sysctl dependence on CONFIG_SCHED_DEBUG

2014-09-23 Thread Andi Kleen
John Blackwood john.blackw...@ccur.com writes: numa: numa_balancing sysctl scope change Make the 'numa_balancing' sysctl parameter no longer dependent upon CONFIG_SCHED_DEBUG so it can be used in non-debug kernels. Looks good. -Andi Signed-off-by: John Blackwood john.blackw...@ccur.com