From 094b76735cb99b9f26e21f32170614454c644653 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 21 Jul 2014 10:06:49 -0400 Subject: [PATCH] dix: Remove some cfb leftovers These macros meant something in cfb, but not in fb. Signed-off-by: Adam Jackson Reviewed-by: Daniel Stone Signed-off-by: Keith Packard --- include/servermd.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/servermd.h b/include/servermd.h index b59984783..83eaad5d6 100644 --- a/include/servermd.h +++ b/include/servermd.h @@ -88,9 +88,6 @@ SOFTWARE. #define IMAGE_BYTE_ORDER LSBFirst #define GLYPHPADBYTES 4 -#define GETLEFTBITS_ALIGNMENT 1 -#define LARGE_INSTRUCTION_CACHE -#define AVOID_MEMORY_READ #endif /* __nds32__ */ @@ -192,8 +189,6 @@ SOFTWARE. #define BITMAP_BIT_ORDER MSBFirst #define GLYPHPADBYTES 4 -#define FAST_UNALIGNED_READ - #endif /* linux/s390 */ #if defined (linux) && defined (__s390x__) @@ -202,8 +197,6 @@ SOFTWARE. #define BITMAP_BIT_ORDER MSBFirst #define GLYPHPADBYTES 4 -#define FAST_UNALIGNED_READ - #endif /* linux/s390x */ #if defined(__ia64__) || defined(ia64)