use response mail per default

This commit is contained in:
Stefan Lankes 2011-12-05 00:19:47 -08:00
parent e28dd65204
commit 1d5ad1c917

View file

@ -35,8 +35,8 @@
#include <asm/icc.h>
#include <asm/svm.h>
#define USE_PERFCOUNTERS 0
#define USE_RESP_MAIL 0
#define USE_PERFCOUNTERS 1
#define USE_RESP_MAIL 1
#define SHARED_PAGES (4*(RCCE_SHM_SIZE_MAX >> PAGE_SHIFT))
#define OWNER_SIZE ((SHARED_PAGES * sizeof(uint8_t) + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1))