Benchmarks: Add definition of seL4_LogBufferSize to x86

Updates SELFOUR-446
This commit is contained in:
Hesham Almatary 2016-04-27 12:07:46 +10:00
parent dd5d5d7764
commit e7c6140cf0

View file

@ -45,4 +45,9 @@
#define seL4_WordBits (sizeof(seL4_Word) * 8)
#if CONFIG_MAX_NUM_TRACE_POINTS > 0
/* size of kernel log buffer in bytes */
#define seL4_LogBufferSize (LIBSEL4_BIT(20))
#endif /* CONFIG_MAX_NUM_TRACE_POINTS > 0 */
#endif