xfree86: Remove pre-2.6 Linux ppc support

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

Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Adam Jackson 2014-07-22 10:59:07 -04:00 committed by Keith Packard
parent e242e82eba
commit 6d3ba80f19

View File

@ -195,13 +195,6 @@ extern void write_mem_barrier(void);
#elif defined __powerpc__ #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... */ #ifndef eieio /* We deal with arch-specific eieio() routines above... */
#define eieio() __asm__ __volatile__ ("eieio" ::: "memory") #define eieio() __asm__ __volatile__ ("eieio" ::: "memory")
#endif /* eieio */ #endif /* eieio */