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:
Andrew Boie 2019-09-21 16:55:55 -07:00 committed by Anas Nashif
commit e6654103ba
5 changed files with 15 additions and 14 deletions

View file

@ -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