[PATCH] ppc64: systemcfg is now a pointer
authorJimi Xenidis <jimix@watson.ibm.com>
Thu, 1 Sep 2005 15:57:10 +0000 (11:57 -0400)
committerPaul Mackerras <paulus@samba.org>
Tue, 6 Sep 2005 06:07:52 +0000 (16:07 +1000)
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 <jimix@watson.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found