From: Tejun Heo Date: Fri, 2 Jul 2010 08:03:51 +0000 (+0200) Subject: workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq() X-Git-Tag: v2.6.36-rc1~506^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1e453d2799760ecf2e09ecd45b80edbe7ff540e;p=pandora-kernel.git workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq() get_work_gcwq() was incorrectly triggering BUG_ON() if cpu number is equal to or higher than num_possible_cpus() instead of nr_cpu_ids. Fix it. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed