[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)
commit2f4cf721eb2ff23b60af2932fd9fa4026f2a1164
treef66ec191168b8aefcdbf0fb7aea53fde1ef2f284
parent8d9273918635f0301368c01b56c03a6f339e8d51
[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 <jimix@watson.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/head.S