diff options
author | Mike A. Harris <mharris@redhat.com> | 2004-03-11 09:16:51 +0000 |
---|---|---|
committer | Mike A. Harris <mharris@redhat.com> | 2004-03-11 09:16:51 +0000 |
commit | 4565ca2a8c681f16f6e863b29381ebdded15365d (patch) | |
tree | c78fac90b75d26251dd7a21aaa5ee2ba7aa0d80f /os/xalloc.c | |
parent | 17bed525634aac7acd446738ba8147bcb39dccdc (diff) |
Added initial support for PowerPC 64 (ppc64) architecture. (Mike A. Harris,
Elliot Lee, SuSE)
Diffstat (limited to 'os/xalloc.c')
-rw-r--r-- | os/xalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/xalloc.c b/os/xalloc.c index 5677896dc..6740e89cb 100644 --- a/os/xalloc.c +++ b/os/xalloc.c @@ -185,6 +185,7 @@ extern Bool Must_have_memory; defined(__sparc64__) || \ defined(__s390x__) || \ defined(__amd64__) || defined(amd64) || \ + defined(__powerpc64__) || \ (defined(sgi) && _MIPS_SZLONG == 64)) #define MAGIC 0x1404196414071968 #define MAGIC_FREE 0x1506196615061966 |