Magellan Linux

Annotation of /trunk/ati-drivers/patches/fglrx-2.6-vmalloc-vmaddr.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 466 byte(s)
-import

1 niro 144 diff -ruN build_mod.orig/firegl_public.c build_mod/firegl_public.c
2     --- build_mod.orig/firegl_public.c 2003-09-05 00:45:33.539384168 +0200
3     +++ build_mod/firegl_public.c 2003-09-05 00:47:13.193234480 +0200
4     @@ -129,7 +129,9 @@
5     #define pte_offset pte_offset_map
6     #endif
7     #endif
8     -
9     +#ifndef VMALLOC_VMADDR
10     +#define VMALLOC_VMADDR(x) ((unsigned long)(x))
11     +#endif
12     // ============================================================
13     #ifndef TRUE
14     #define TRUE 1

Properties

Name Value
svn:executable *