[PATCH 15/21] xfree86: Remove pre-2.6 Linux ppc support

Adam Jackson ajax at redhat.com
Wed May 21 12:36:13 PDT 2014


2.6.0 was December 2003, you've had plenty of time to get your head in
the game.

Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 hw/xfree86/common/compiler.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h
index ac6df80..11010f3 100644
--- a/hw/xfree86/common/compiler.h
+++ b/hw/xfree86/common/compiler.h
@@ -195,13 +195,6 @@ extern void write_mem_barrier(void);
 
 #elif defined __powerpc__
 
-#if defined(linux) && defined(__powerpc64__)
-#include <linux/version.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0)
-#include <asm/memory.h>
-#endif
-#endif                          /* defined(linux) && defined(__powerpc64__) */
-
 #ifndef eieio                   /* We deal with arch-specific eieio() routines above... */
 #define eieio() __asm__ __volatile__ ("eieio" ::: "memory")
 #endif                          /* eieio */
-- 
1.9.0



More information about the xorg-devel mailing list