| commit | 2f4cf721eb2ff23b60af2932fd9fa4026f2a1164 | [log] [tgz] |
|---|---|---|
| author | Jimi Xenidis <jimix@watson.ibm.com> | Thu Sep 01 11:57:10 2005 -0400 |
| committer | Paul Mackerras <paulus@samba.org> | Tue Sep 06 16:07:52 2005 +1000 |
| tree | f66ec191168b8aefcdbf0fb7aea53fde1ef2f284 | |
| parent | 8d9273918635f0301368c01b56c03a6f339e8d51 [diff] |
[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>