summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2005-02-02 03:22:36 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2005-02-02 03:22:36 +0000
commit2cfc7e65f77ccf9e95d31e0b5c5b14fadb1ae937 (patch)
treecb1617584cc30c1fabcdc6c32331a9d6d4f2e067
parent27325106ce480a102f0b009d59d90b259705a72f (diff)
//bugs.freedesktop.org/show_bug.cgi?id=2438) attachment #1806XORG-6_8_1_904
(https://bugs.freedesktop.org/attachment.cgi?id=1806): Fix sis driver to work correctly on AMD64. Patch by Thomas Winischhofer <thomas@winischhofer.net>. Vouchers for commit into X11R6.8.x stable branch are Kevin E. Martin <kem@freedesktop.org> and Roland Mainz <roland.mainz@nrubsig.org>.
-rw-r--r--src/sis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sis.h b/src/sis.h
index d102181..4fbda0d 100644
--- a/src/sis.h
+++ b/src/sis.h
@@ -1,5 +1,5 @@
/* $XFree86$ */
-/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h,v 1.17 2004/08/14 15:26:50 twini Exp $ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h,v 1.18 2004/08/20 18:57:06 kem Exp $ */
/*
* Main global data and definitions
*
@@ -472,7 +472,7 @@ typedef unsigned char UChar;
/* Used for makeing use of the BIOS scratch area (save/restore mode number) */
#undef SIS_USE_BIOS_SCRATCH
-#if (defined(i386) || defined(__i386) || defined(__i386__) || defined(__AMD64__))
+#if (defined(i386) || defined(__i386) || defined(__i386__) || defined(__AMD64__) || defined(__amd64__))
#define SIS_USE_BIOS_SCRATCH
#endif