From: Michael Ellerman Date: Fri, 8 Jul 2005 00:56:28 +0000 (-0700) Subject: [PATCH] ppc64: Make idle_loop a ppc_md function X-Git-Tag: v2.6.13-rc3~277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd899c0cc725387992ccfc83fb6f70505c36cbeb;p=pandora-kernel.git [PATCH] ppc64: Make idle_loop a ppc_md function This patch adds an idle member to the ppc_md structure and calls it from cpu_idle(). If a platform leaves ppc_md.idle as null it will get the default idle loop default_idle(). Signed-off-by: Michael Ellerman Signed-off-by: Anton Blanchard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed