kernel: rename boot time globals
These are renamed to z_timestamp_main and z_timestamp_idle, and now specified in kernel_internal.h. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
fa22ecffec
commit
e6654103ba
5 changed files with 15 additions and 14 deletions
|
@ -23,11 +23,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BOOT_TIME_MEASUREMENT
|
||||
extern u32_t __main_time_stamp; /* timestamp when main task starts */
|
||||
extern u32_t __idle_time_stamp; /* timestamp when CPU goes idle */
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Kernel APIs
|
||||
* @defgroup kernel_apis Kernel APIs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue