From: Deepthi Dharwar Date: Sun, 20 May 2012 18:34:27 +0000 (+0000) Subject: powerpc/pseries/cpuidle: Replace pseries_notify_cpuidle_add call with notifier X-Git-Tag: v3.6-rc1~132^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16aaaff68440dd95de98adb075303355814be6e0;p=pandora-kernel.git powerpc/pseries/cpuidle: Replace pseries_notify_cpuidle_add call with notifier The following patch is to remove the pseries_notify_add_cpu() call and replace it by a hot plug notifier. This would prevent cpuidle resources being released and allocated each time cpu comes online on pseries. The earlier design was causing a lockdep problem in start_secondary as reported on this thread -https://lkml.org/lkml/2012/5/17/2 This applies on 3.4-rc7 Signed-off-by: Deepthi Dharwar Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed