Commit c9ca6ca7e3134f1f95a6793881e0ec43d2b3fcfe

Con Kolivas 2013-05-26T16:15:10

Tighter control over work submissions in avalon allows us to use a smaller array.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-avalon.h b/driver-avalon.h
index 2260e39..16c403d 100644
--- a/driver-avalon.h
+++ b/driver-avalon.h
@@ -113,7 +113,7 @@ struct avalon_info {
 
 #define AVALON_WRITE_SIZE (sizeof(struct avalon_task))
 #define AVALON_READ_SIZE (sizeof(struct avalon_result))
-#define AVALON_ARRAY_SIZE 4
+#define AVALON_ARRAY_SIZE 3
 
 #define AVA_GETS_ERROR -1
 #define AVA_GETS_OK 0