On 5 April 2013 17:52, Tejun Heo tj@kernel.org wrote:
On Fri, Apr 5, 2013 at 2:47 AM, Viresh Kumar viresh.kumar@linaro.org wrote:
module_param()?? We can't compile kernel/workqueue.c as a module and hence i went with #define + a variable with functions to set/reset it...
module_param works fine for kernel proper.
Got it!! Btw, to which Kconfig should i add WQ config option?