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:
parent
e242e82eba
commit
6d3ba80f19
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue