Magellan Linux

Contents of /trunk/xf86-video-impact/patches/xf86-video-impact-0.2.0-DCACHE.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 495 - (show annotations) (download)
Sat Feb 16 11:42:06 2008 UTC (16 years, 3 months ago) by niro
File size: 468 byte(s)
-compilation fix

1 --- src/impact_shadow.c.orig 2006-06-28 12:27:59.000000000 -0400
2 +++ src/impact_shadow.c 2006-06-28 12:30:44.000000000 -0400
3 @@ -14,11 +14,13 @@
4 #include "config.h"
5 #endif
6
7 -#include <asm/cachectl.h>
8 -#include <sys/cachectl.h>
9 +/*#include <asm/cachectl.h>
10 +#include <sys/cachectl.h>*/
11 #include <sys/ioctl.h>
12 #include "impact.h"
13
14 +#define DCACHE (1<<1) /* writeback and flush data cache */
15 +
16 /*
17 * 4th parameter to be passed to xf86SetDepthBpp()
18 */