arc: fixes a missing declaration compile error
Building microkernel for ARC causes a compiler error due to missing declaration of _sys_idle_elapsed_ticks. Declare this as extern. Jira: ZEP-397 Change-Id: I83701f693fea0fcb1ae2c30e0c52abe7987de1f1 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
This commit is contained in:
parent
de8bc78a5e
commit
a4568aac44
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ static uint32_t __noinit max_system_ticks;
|
|||
static uint32_t __noinit programmed_limit;
|
||||
static uint32_t __noinit programmed_ticks;
|
||||
static bool straddled_tick_on_idle_enter = false;
|
||||
extern int32_t _sys_idle_elapsed_ticks;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue