From: Paul Mackerras Date: Wed, 26 Oct 2005 07:05:24 +0000 (+1000) Subject: powerpc: Merge rtas.c into arch/powerpc/kernel X-Git-Tag: v2.6.15-rc1~59^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033ef338b6e007dc081c6282a4f2a9dd761f8cd2;p=pandora-kernel.git powerpc: Merge rtas.c into arch/powerpc/kernel This splits arch/ppc64/kernel/rtas.c into arch/powerpc/kernel/rtas.c, which contains generic RTAS functions useful on any CHRP platform, and arch/powerpc/platforms/pseries/rtas-fw.[ch], which contain some pSeries-specific firmware flashing bits. The parts of rtas.c that are to do with pSeries-specific error logging are protected by a new CONFIG_RTAS_ERROR_LOGGING symbol. The inclusion of rtas.o is controlled by the CONFIG_PPC_RTAS symbol, and the relevant platforms select that. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed