Re: [PATCH] smp: make wake up idle cpus more generic

2016-03-31 Thread Lianwei Wang
Sorry, my fault. I made a typo mistake when sending the patch. I will fix it and resend the patch. On Thu, Mar 31, 2016 at 1:24 AM, kbuild test robot wrote: > Hi Lianwei, > > [auto build test ERROR on pm/linux-next] > [also build test ERROR on v4.6-rc1 next-20160331] > [if your patch is applied t

Re: [PATCH] smp: make wake up idle cpus more generic

2016-03-31 Thread kbuild test robot
Hi Lianwei, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.6-rc1 next-20160331] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Lianwei-Wang/smp-make-wake-up-idle-cpus-mo

[PATCH] smp: make wake up idle cpus more generic

2016-03-31 Thread Lianwei Wang
The wake_up_all_idle_cpus API always wake up all the online cpus, but sometimes we only want to wake up a set of cpus. Use a generic function to wake up a group of cpus that is specified by the cpumask parameter. This generic API can benefit to the cases that only need to wake up a set of cpus. S