Browse Source

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

Con Kolivas 12 years ago
parent
commit
c9ca6ca7e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-avalon.h

+ 1 - 1
driver-avalon.h

@@ -113,7 +113,7 @@ struct avalon_info {
 
 
 #define AVALON_WRITE_SIZE (sizeof(struct avalon_task))
 #define AVALON_WRITE_SIZE (sizeof(struct avalon_task))
 #define AVALON_READ_SIZE (sizeof(struct avalon_result))
 #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_ERROR -1
 #define AVA_GETS_OK 0
 #define AVA_GETS_OK 0