Browse Source

BeaverCreek doesn't like BFI INT patching.

Con Kolivas 13 years ago
parent
commit
69494c12ed
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ocl.c

+ 1 - 2
ocl.c

@@ -640,8 +640,7 @@ build:
 		    strstr(name, "Antilles" ) ||
 		    strstr(name, "Wrestler" ) ||
 		    strstr(name, "Zacate" ) ||
-		    strstr(name, "WinterPark" ) ||
-		    strstr(name, "BeaverCreek" ))
+		    strstr(name, "WinterPark" ))
 			patchbfi = true;
 	} else
 		applog(LOG_DEBUG, "cl_amd_media_ops not found, will not set BITALIGN");