Rename KSCALL_BENCH to MICROKERNEL_CALL_BENCH
The name of the macro "KSCALL_BENCH" contains a reference to a deprecated naming convention. Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
2148d3af81
commit
316ec830b4
3 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
#define MAX_MSG 256
|
||||
|
||||
/* flag for performing the kernel call benchmark */
|
||||
#define KSCALL_BENCH
|
||||
#define MICROKERNEL_CALL_BENCH
|
||||
|
||||
/* flag for performing the Mailbox benchmark */
|
||||
#define MAILBOX_BENCH
|
||||
|
|
|
@ -82,7 +82,7 @@ extern char sline[];
|
|||
extern void dummy_test (void);
|
||||
|
||||
/* other external functions */
|
||||
#ifdef KSCALL_BENCH
|
||||
#ifdef MICROKERNEL_CALL_BENCH
|
||||
extern void call_test (void);
|
||||
#else
|
||||
#define call_test dummy_test
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "master.h"
|
||||
|
||||
#ifdef KSCALL_BENCH
|
||||
#ifdef MICROKERNEL_CALL_BENCH
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
@ -60,4 +60,4 @@ void call_test (void)
|
|||
CYCLES2NS_AVG (et, NR_OF_NOP_RUNS));
|
||||
}
|
||||
|
||||
#endif /* KSCALL_BENCH */
|
||||
#endif /* MICROKERNEL_CALL_BENCH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue