Magellan Linux

Contents of /trunk/ati-drivers/patches/fglrx-3.2.8-fix-amd-adv-spec.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 561 byte(s)
-import

1 --- firegl_public.c.orig 2003-09-22 04:43:30.000000000 +0200
2 +++ firegl_public.c 2003-10-09 00:14:41.337778176 +0200
3 @@ -3106,7 +3108,7 @@
4
5 int __ke_amd_adv_spec_cache_feature(void)
6 {
7 -#if ( (PAGE_ATTR_FIX == 1) || (LINUX_VERSION_CODE == KERNEL_VERSION(2,4,19)) )
8 +#if ( (PAGE_ATTR_FIX == 1) || (LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,19)) )
9 /* the kernel already does provide a fix for the AMD Athlon
10 big page attribute / cache flush data consistency system bug on its own.
11 (AMD claimed that CPU cache behaviour for such pages is not specified.)

Properties

Name Value
svn:executable *