aboutsummaryrefslogtreecommitdiff
path: root/daemon/Fifo.h
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2011-11-17 18:13:23 +0000
committerPawel Moll <pawel.moll@arm.com>2011-11-17 18:13:23 +0000
commit3081bf8f00d4b17641988db512efd8828f59eb05 (patch)
tree4a2aa5663dc0f790ed36f4866e43a1ac6c81c9cb /daemon/Fifo.h
parentbdf11fa03c80126715edd12da7196c52034da4f1 (diff)
gator-daemon: ARM DS-5.8 Streamline gator daemon (RC1)
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'daemon/Fifo.h')
-rw-r--r--daemon/Fifo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Fifo.h b/daemon/Fifo.h
index 02372d5..14688a9 100644
--- a/daemon/Fifo.h
+++ b/daemon/Fifo.h
@@ -11,8 +11,8 @@
#include <semaphore.h>
-// Driver buffer size is 512k, large buffer mode with 2GB of total RAM will allocate 256M
-#define FIFO_BUFFER_LIMIT 256*1024/512
+// Number of buffers allowed with large buffer mode
+#define FIFO_BUFFER_LIMIT 64
class Fifo {
public: