Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Ådahl
xserver
Commits
f77f1d50
Commit
f77f1d50
authored
Aug 11, 2004
by
Kevin E Martin
Browse files
Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).
parent
3dbaeb2e
Changes
3
Hide whitespace changes
Inline
Side-by-side
fb/fb.h
View file @
f77f1d50
...
...
@@ -22,7 +22,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $XdotOrg: xc/programs/Xserver/fb/fb.h,v 1.
4
2004/0
6/21 13:51:57 ago
Exp $ */
/* $XdotOrg: xc/programs/Xserver/fb/fb.h,v 1.
5
2004/0
7/30 20:30:51 ajax
Exp $ */
#ifndef _FB_H_
#define _FB_H_
...
...
@@ -108,6 +108,7 @@ typedef unsigned __int64 FbBits;
defined(__sparc64__) || defined(_LP64) || \
defined(__s390x__) || \
defined(amd64) || defined (__amd64__) || \
defined (__powerpc64__) || \
(defined(sgi) && (_MIPS_SZLONG == 64))
typedef
unsigned
long
FbBits
;
# else
...
...
hw/xfree86/os-support/bus/Pci.h
View file @
f77f1d50
...
...
@@ -280,7 +280,7 @@
# define INCLUDE_XF86_MAP_PCI_MEM
# define INCLUDE_XF86_NO_DOMAIN
# endif
#elif defined(__powerpc__)
#elif defined(__powerpc__)
|| defined(__powerpc64__)
# if defined(linux)
# define ARCH_PCI_INIT linuxPciInit
# define INCLUDE_XF86_MAP_PCI_MEM
...
...
os/xalloc.c
View file @
f77f1d50
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment