From: Len Brown Date: Fri, 29 Mar 2013 18:02:30 +0000 (-0700) Subject: ia64 idle: delete stale (*idle)() function pointer X-Git-Tag: v3.9-rc5~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed176886b68fbc450ddbe808684a142fcad72b56;p=pandora-kernel.git ia64 idle: delete stale (*idle)() function pointer Commit 3e7fc708eb41 ("ia64 idle: delete pm_idle") in 3.9-rc1 didn't finish the job, leaving an un-initialized reference to (*idle)(). [ Haven't seen a crash from this - but seems like we are just being lucky that "idle" is zero so it does get initialized before we jump to randomland - Len ] Reported-by: Lars-Peter Clausen Signed-off-by: Len Brown Signed-off-by: Tony Luck Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed