From: Arnd Bergmann Date: Wed, 22 Jun 2005 23:43:28 +0000 (+1000) Subject: [PATCH] ppc64: pSeries_progress -> rtas_progress X-Git-Tag: v2.6.13-rc1~68^2~387^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6566c6f1f18d42affe73ccdd403e290b64d10473;p=pandora-kernel.git [PATCH] ppc64: pSeries_progress -> rtas_progress The pSeries_progress function is called from some places in the rtas code, which may also be used by non-pSeries platforms. Though pSeries is currently the only platform type that implements display-character, the code is actually generic enough to be part of the rtas subsystem. I hit a bug here because the generic rtas code tried calling ppc_md.progress, which points to an __init function on most platforms. We could also clear the ppc_md.progress pointer when freeing the init memory to make it more explicit that ppc_md.progress must not be called after bootup. Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed