Commit 69494c12ed0818adef6eafeac2a6828f7ce09063

Con Kolivas 2012-12-10T15:38:21

BeaverCreek doesn't like BFI INT patching.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/ocl.c b/ocl.c
index f68c801..91ad2b5 100644
--- a/ocl.c
+++ b/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");