tests: benchmark: fix incorrect printk() usage
Change-Id: Id08d2e55399401244bfc52277415bc5d4167b288 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
2a8aee133a
commit
02261ae401
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@
|
|||
#define TEST_SOFT_INT 64
|
||||
|
||||
#ifdef TEST_max
|
||||
#define MESSAGE "Running maximal microkernel configuration\n"
|
||||
#define MESSAGE "Running maximal microkernel configuration %p\n"
|
||||
#else
|
||||
#define MESSAGE "Running regular microkernel configuration\n"
|
||||
#define MESSAGE "Running regular microkernel configuration %p\n"
|
||||
#endif /* TEST_max */
|
||||
|
||||
typedef void* (*pfunc) (void*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue