From: Jimi Xenidis Date: Thu, 1 Sep 2005 15:57:10 +0000 (-0400) Subject: [PATCH] ppc64: systemcfg is now a pointer X-Git-Tag: v2.6.14-rc1~747^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f4cf721eb2ff23b60af2932fd9fa4026f2a1164;p=pandora-kernel.git [PATCH] ppc64: systemcfg is now a pointer The following patch fixes 2 issues: 1) use PLATFORM_LPAR bit to test if running in LPAR mode 2) systemcfg pointer is assigned from static data in arch/ppc64/kernel/pacaData.c. The file arch/ppc64/kernel/head.S now refers to is using the GOT binding to the pointer and hence must deref it. Signed-off-by: Jimi Xenidis Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed