From c9ca6ca7e3134f1f95a6793881e0ec43d2b3fcfe Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 26 May 2013 16:15:10 +1000 Subject: [PATCH] Tighter control over work submissions in avalon allows us to use a smaller array. --- driver-avalon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-avalon.h b/driver-avalon.h index 2260e39c..16c403dc 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