Benchmarks: Add definition of seL4_LogBufferSize to x86
Updates SELFOUR-446
This commit is contained in:
parent
dd5d5d7764
commit
e7c6140cf0
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue